canal-web / magento-slider
There is no license information available for the latest version (dev-master) of this package.
Create an owl carrousel of products from a specified attribute set.
Package info
github.com/canal-web/Magento_Slider
Language:JavaScript
Type:magento-module
pkg:composer/canal-web/magento-slider
dev-master
2017-09-13 15:43 UTC
This package is not auto-updated.
Last update: 2026-03-15 03:23:29 UTC
README
Create an owl carrousel of products from a specified attribute set.
Howto
After installing the module, activate and configure the slider in System > Configuration > Canal-Web > Slider. You will need at least these attributes:
- name (required)
- image (required)
- link_url (can be empty)
- link_text (can be empty)
- description (can be empty)
Then the slider block, wherever you want. Example:
<reference name="content"> <block type="slider/slider" name="slider" template="slider/slider-block.phtml"></block> </reference>
Changelog
- v1.0.1 : updates owl carrousel to its version 2.2.0 & creates layout update to automatically add needed assets css/js in head (no need to do it manually anymore)