canal-web / magento-annonce
There is no license information available for the latest version (dev-master) of this package.
Add sliding configurable messages at the top of your website.
Package info
github.com/canal-web/Magento_Annonce
Language:JavaScript
Type:magento-module
pkg:composer/canal-web/magento-annonce
dev-master
2016-11-04 10:00 UTC
This package is not auto-updated.
Last update: 2026-03-15 04:23:23 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.