jahvi / new-order-notification
Display a notification in real time when a new order is placed in Magento 2
Installs: 104
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 3
Forks: 1
Open Issues: 0
Language:CSS
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|~7.0.0|~7.1.0
- pusher/pusher-php-server: ^3.0
README
Display a real time notification on the frontend of your Magento 2 store when someone places an order. The notification contains the latest product in the order and the location that the items were shipped to.
You will need to create a FREE Pusher account to be able to use this extension.
Installation instructions
- Require latest stable version
composer require jahvi/new-order-notification
- Enable extension
php bin/magento module:enable Jahvi_NewOrderNotification
- Deploy static content
php bin/magento setup:static-content:deploy
- Clear cache
php bin/magento cache:clean
How to use
- Go to Stores > Configuration > Sales > Checkout
- Enter your app credentials from the Pusher website