Promotions Notification Pro For Magento 1
| v1.2.0- Highlight announcements; grab customers’ attention.
- Increase sales on the website.
- Display notifications in the top/bottom bar.
- Show notifications in a quick popup window.
- Customize the display and duration of the notifications.
- Set order of notifications and show them on the website.
Magento Promotions Notification Extension
Want to make sure your news reaches customers on time? Why not use a notifications bar or a popup window to display important notifications on the website? Use the Magento promotions notification extension to highlight important news, updates, offers and promotions attractively.
Create multiple custom notifications, set priorities, select customer group, manage duration of the display, set auto-close option and do much more with the extension from MageBees.
Front-end Snapshots:
Expandable List of Current and Upcoming Notification
Responsive Notification
Back-end Snapshots:
Notification Configuration
Go To Magebees -> Promotions Notification Pro -> Configuration >> General Tab
- In the Enable field, select Yes to enable the module
- You can include jQuery choosing Yes/No
- You can set Enabled/Disabled Top Link of Notification choosing Yes/No
- You can set layout of Notification List choosing 1 column/ 2 column left/ 2 column right/ 3 column
Go To Magebees -> Promotions Notification Pro -> Configuration >> Notification Setting For Bar Tab
- In the Enable field, select Yes to enable the only bar notification
- You can set display bar notification only one time when page load
- You can set display one or multiple bar notification
- You can set order of bar notification Random / Sort Order
- You can set notification bar display position Bottom/Top
- You can set bar notification open delay and auto close time in seconds
Go To Magebees -> Promotions Notification Pro -> Configuration >> Notification Setting For Popup Tab
- In the Enable field, select Yes to enable the only popup notification
- You can set display popup notification only one time when page load
- You can set display one or multiple popup notification
- You can set order of popup notification Random / Sort Order
- You can set popup notification open delay and auto close time in seconds
Manage Notifications
Go To Magebees -> Promotions Notification Pro -> Manage Notification
- You can manage notification from grid
- You can create, edit, delete, search notification from grid
Create New Notification
- Enter your notification title, notification content with editor, notification background color .
- Select notification position Bar/Popup that you want to display
- Select notification status Enabled / Disabled , Start Datetime and End Datetime , enter sort order of notification
- Select store view and customer group that you want to display notification
Preview Notification
Need help? Please contact us at support@magebees.com
-
User Guide Magebees Promotions Notification For Magento 1 Extension V1.2.0 download here
-
Installation Guide Magebees Promotions Notification Pro For Magento 1 Extension V1.2.0 download here
Added New Feature in admin
2017-08-05 03:13:00- Manage Show / Hide notification in checkout page from admin.
- Manage Show / Hide and change text of "Do not Show again Notification" checkbox from admin.
- Manage Show / Hide notification only in Mobile device.
Added New Feature in admin
2017-02-13 1:40:00- You can see preview of notification in admin.
Magento Promotions Notification Pro Extension
2016-08-23 13:51:56-
Q-1: I have configured the extension. But, when I click on MageBees Promotions Notification Pro Configuration page, it generates a 404 error.
Ans: After installing the extension, logout from admin account - Re-login and Refresh the Cache.
-
Q-2: Date Range Condition is not working.
Ans: It happens due to the different time-zone in your magento store. If you want to set same date and time then, please set same time-zone as your original website have.
-
Q-3: CONNECT ERROR: Failed to open file Error occurs while installing the extension using magento connect.
Ans: If you face connect error: "failed to open file" while installing the extension, then follow these steps:
- Go To - [magento_root_directory]/downloader\lib\Mage\Archive\Tar.php
- Then find the code line 563:
- if (!($header['name'] == '././@LongLink' && $header['type'] == 'L')) { $header['name'] = trim($header['name']);return $header; }
- And replace it with:
- if (!(trim($header['name']) == '././@LongLink' && $header['type'] == 'L')) {$header['name'] = trim($header['name']);return $header;}

