Skip to content

Promo Bar

Description

The Header Promo Bar module helps promote offers, deals, or any other promotion by displaying static text on the top header of all the website pages.

Compatibility

Promo Bar module is compatible with the following Magento platforms:

Community Edition (Open Source) Enterprise Edition (Commerce) Cloud Edition
2.3.0 - 2.4.* 2.3.0 - 2.4.* 2.3.0 - 2.4.*

Installation

Installing module using zip file

  • Unzip and paste the extension file into your root Magento folder.
  • Connect to your server by SSH.
  • Go to your Magento root folder.
  • To install the extension, perform this command:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Composer installation

If you haven't installed any Aitoc module before, in that case, first, you will need to add your Aitoc composer repository. Please go through the document to see how you can add the composer repository.

To install the module, you will need to run the following commands:

composer require aitoc/module-promo-bar
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
  • To switch the extension on/off, perform these commands:
php bin/magento module:enable Aitoc_PromoBar
php bin/magento module:disable Aitoc_PromoBar
  • To update the module, use below command:
composer update aitoc/module-promo-bar

Module Demo

Config settings

STORES > CONFIGURATION > AITOC EXTENSIONS > Promo Bar OR AITOC > Promo Bar > Configuration

Configurations

Enabled: Yes/No - Sets whether the module is enabled or disabled. If the "No" is selected, the Promo Text won't appear on the front end.

Promo Bar Message: Text entered in this field will appear on the front-end on top except for the checkout page.

Checkout Promo Bar Message: Text entered in this field will appear on the front-end checkout page.

Text CSS: Apply custom CSS for the promo bar message.

Checkout Text CSS: Apply custom CSS for the promo bar message of the checkout page.

How promo bar text will appear

Front-end

The mentioned text in the configuration field "Promo Bar Message" will appear on top of all pages except the checkout page.

Checkout Page

The mentioned text in the configuration field "Checkout Promo Bar Message" will appear on top of all pages except for the checkout page.

THANK YOU FOR CHOOSING AITOC EXTENSIONS!