Top Bar Timer En
A quick summary of Top Bar Timer En
Top Bar Timer for Magento 2
Introduction:
Add countdown timer as a widget for promotions.
Installation with Composer:
- connect to your server with SSH,
- navigation to your project and run these commands:
$ composer require aurora/module-top-bar-timer
$ php bin/magento setup:upgrade
$ php bin/magento cache:flush
Update with Composer (if extension was installed by Composer):
$ composer update aurora/module-top-bar-timer
$ php bin/magento setup:upgrade
$ php bin/magento cache:flush
Installation without Composer:
- buy extension,
- unzip archive,
- upload extension files on your server to: {Magento root}/app/code
- in Magento root folder run commands:
$ php bin/magento setup:upgrade
$ php bin/magento cache:flush
Features
Front office features:
- display countdown timer block as a widget:
Back office options:
- general widget configuration:
- widget options:
Configuration:
- you can enable module and set expired date in:
Stores >> Configuration >> Aurora >> Top Bar Timer.
For display timer bar, we must follow this instructions:
- In panel admin: Content->Widgets->Top Bar Timer
- In 'Storefront Properties' tab, we must select on which pages we want display timer bar (in 'Layout Updates'), for example: All Pages
- Then in 'Container' we have to mark where it should be displayed, for example: 'After Page Header Top' (https://upload.cc/i1/2019/08/06/l8ydgQ.png)
- Next, in tab 'Widget Options' in fields:
- Custom text - text displayed on the bar
- Anchor Custom text, Anchor Custom Title - button text displayed on bar
- CMS Page - select url of the button
- Clear cache
Demo
Change log
v1.0.12
- Adding a link option to bar
- Code refactoring
v1.0.11
- Fixing a promotion button
- Improved unit tests
v1.0.8
- Improved dependencies
v1.0.7
- Code refactoring under PHP8
v1.0.6
- ReadMe chagnes
v1.0.5
- Adding of promotion button
v1.0.4
- Improvement of JS prefix
v1.0.3
- Code refactoring
v1.0.2
- Pipeline improvement
v1.0.1
- Version change
v1.0.0
- Module creation