mhinspeya/notification-bar

Inspeya Notification Bar module allows merchants to easily display sticky/fixed notification bars on top and bottom sections of the store to connect with their target audience in a more meaningful way, driving traffic and engagement.

Maintainers

Package info

git.modehaus.de/hyvae/notificationbar

Homepage

Type:magento2-module

pkg:composer/mhinspeya/notification-bar

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

1.0.0 2026-05-01 10:33 UTC

This package is not auto-updated.

Last update: 2026-05-02 05:27:03 UTC


README

Allows merchants to display highly engaging, customizable, and fixed/sticky top or bottom notification bars on their Magento 2 storefront.

Features

  • Top Bar & Bottom Bar: Independently toggleable notification bars for top and bottom sections.
  • Custom Content Support: Add any plain text or filter-supported CMS blocks directly.
  • Multilingual Support: Fully localized with preconfigured translation dictionaries for English (en_US.csv) and German (de_DE.csv).
  • Modern Standards: Fully compatible up to PHP 8.5.
  • Configurable Cookies: Dismissible settings automatically remember when user chooses to close.

Installation

Installation using Composer

composer require mhinspeya/notification-bar:1.0.0
bin/magento module:enable MHinspeya_NotificationBar
bin/magento setup:upgrade
bin/magento cache:flush

Manual Installation

Run the following inside your Magento root directory:

bin/magento module:enable MHinspeya_NotificationBar
bin/magento setup:upgrade
bin/magento cache:flush