80 likes | 86 Views
Engage your customers on your online store through an attractive notification bar in Magento 2. Attract the visitors by showing discounts, offers, and promotional deals using Magento 2 Notification bar and boost your sales.<br><br>Customer engagement plays a vital role in driving sales in eCommerce businesses. Right from the visitor landing on the website, it is highly important to glue them to the website to promote conversions.<br>
E N D
Notification Bar for Magento 2 User Guide Table of Content 1.Extension Installation 2.Configuration 3.Manage Notification Bars 4.Notification Bars in Frontend Notification Bar for Magento 2 © Meetanshi
1.Extension Installation •For Magento Marketplace Customers oFind the Composer name and version of the extension in the extension’s composer.json file. oLogin to your SSH and run: ▪composer require meetanshi/magento-2-notification-bar oEnter your authentication keys.Your public key is your username; your private key is your password. oWait for Composer to finish updating your project dependencies and make sure there aren’t any errors. oTo verify that the extension installed properly, run the command: ▪php bin/magento module:status Meetanshi_PromotionBar oBy default, the extension is probably disabled. oEnable the extension and clear static view files: ▪php bin/magento module:enable Meetanshi_PromotionBar --clear-static-content ▪php bin/magento setup:upgrade ▪For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy ▪For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f ▪php bin/magento cache:flush •For Meetanshi Customers oExtract the zip folder and upload our extension to the root of your Magento 2 directory via FTP. oLogin to your SSH and run below commands step by step: ▪php bin/magento setup:upgrade ▪For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy ▪For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f ▪php bin/magento cache:flush Notification Bar for Magento 2 © Meetanshi
2.Configuration To configure the extension, login to Magento backend, move to Stores → Meetanshi → → Notification Bar where you can find various settings to configure the extension. •Notification Bar: Enable the Notification Bar extension from here. •Show Notification Bar Close Button: Enable the close button to allow users close the notification bar. •Enable Multiple Notification Bars: Set YES to enable and display multiple notification bars in the frontend. •Display Type: Select one of the display types for the multiple notification bars. oSeparate: Shows each notification bar separately. oSlider: Shows each notification bar one by one in the slider. ▪Enable Slide Control: Select YES to enable next-previous navigation buttons in the slider. ▪Enable Slider Navigation Bullets: Set YES to show navigation bullets in the slider. ▪Slide Duration (in seconds): Enter seconds for which every notification will keep showing before switching to the next notification. ▪Autoclose Slider After (in seconds): Enter seconds after which you want to close the slider automatically. Enter 0 to disable slider auto close. → Configuration→ → Notification Bar for Magento 2 © Meetanshi
3.Manage Notification Bars After the extension is configured, move to Marketing > Manage Notification Bars. All the already created and saved notification bars are listed here with the details like name, status, content, priority, start date, end date, store views to which the notification bar is assigned, customer groups for which the notification bar is displayed and edit action. The admin can filter the notification bar and export the notification bar details in CSV or XML format. Also, the admin can perform mass actions like enable, disable or delete after multi selecting the notification bars. The admin clicks “Create New Notification Bar” to create new one. Notification Bar for Magento 2 © Meetanshi
•On click of“Create New Notification Bar” button, the admin can see various general settings to configure. oEnable: Enable the notification bar from here. oName: Enter the name of the notification bar. oStore Views: Select the store views for which you want to enable the notification bar. oCustomer Groups: Select the customer groups to which you want to display the notification bar. oStart Date: Set the start date from which you want to start displaying the notification bar. oEnd Date: Enter the end date until which you want to display the notification bar. oPriority: Set the priority of the notification bar for the display preference in case of multiple notification bars are enabled. Notification Bar for Magento 2 © Meetanshi
•After configuring the general settings, click on “Display Setting” tab to configure the notification bar display settings. oSelect Pages: Select pages on which you want to display the notification bar. oExclude Categories: Enter category IDs on page of which you want to exclude from showing the notification bar. oExclude Products: Enter the product IDs on page of which you want to exclude from showing the notification bar. oPosition of Notification Bar: Set the notification bar position on the frontend pages. ▪Top of Page: Shows notification bar on top of the page. ▪Above Menu: Shows notification bar above the menu. ▪Under Menu: Shows notification bar below the menu. ▪Above Page Content: Shows notification bar above the page content. ▪Under Page Content: Shows notification bar below the page content. Notification Bar for Magento 2 © Meetanshi
•After configuring the display settings, click on “Content and Design” tab to configure the notification bar content and design related settings. oContent: Add the content along with the design to show in the notification bar. oBackground Color: Set the background color of the notification bar. oHeight (in pixels): Enter the height of the notification bar in pixels. oPreview Template: Shows the preview of the notification bar automatically. After all the settings are configured, click on “Save Notification Bar” to save the notification bar. Notification Bar for Magento 2 © Meetanshi
4.Notification Bars in Frontend After the extension is configured and notification bar is enabled, they are shown in the frontend with the various places as set from the backend. Notification Bar for Magento 2 © Meetanshi