canal-web / magento-annonce
Add sliding configurable messages at the top of your website.
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 0
Language:JavaScript
Type:magento-module
This package is not auto-updated.
Last update: 2024-11-09 20:39:15 UTC
README
Add sliding configurable messages at the top of your website. Uses owl carrousel.
Howto
After installing the module, activate and configure the block in System > Configuration > Canal-Web > Annonce. You can configure up to 5 messages that will be displayed as a sliding block in your header. Only filled fields will show up.
You may need to edit your header.phtml to add the following:
<?php echo $this->getChildHtml('annonce_annonce') ?>
wherever you want your block to be called.