canal-web / magento-annonce
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
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-08-30 06:46:31 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.