canal-web / magento-slider
Create an owl carrousel of products from a specified attribute set.
Installs: 126
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Language:JavaScript
Type:magento-module
This package is not auto-updated.
Last update: 2024-11-09 20:01:48 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)