Magento 2 LogSnag Plugin allows stores owners to send order events to LogSnag (event tracking tool) and receive push notifications when order is placed, shipped, etc.
Warning This is work in progress. We are building this in public.
- Configuration in admin
- Send new order event
- Add to packagist
- Allow toggle parser text/markdown
- Add "Test event" button in config
- Add logs to debug/monitor
- Send new shipment event
- Send out of stock event
- Push stats to LogSnag Insights
We recommend you to install Sysentive_LogSnag module via composer. It is easy to install, update and maintain.
Run the following command in Magento 2 root folder.
composer require sysentive/magento2-logsnag
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
composer update sysentive/magento2-logsnag
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Run compile if your are in Production mode:
php bin/magento setup:di:compile
Download the latest version from this repo and upload files to app/code/Sysentive/LogSnag
in your Magento folder.
php bin/magento module:enable Sysentive_LogSnag
php bin/magento setup:upgrade
php bin/magento setup:di:compile
- Send a push notification to your phone when an order is placed on Magento 2
- Get a notification when an order is placed on Magento 2
- Track when an order is placed on Magento 2
At the moment, the best way of supporting us it to use this extension and contribute to the issues, bug reports and discussions here at our GitHub repo.
If you'd like to support us a little more, then you could always...
Licensed under the MIT license.