sysentive/magento2-logsnag
最新稳定版本:1.1.0
Composer 安装命令:
composer require sysentive/magento2-logsnag
包简介
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.
README 文档
README
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.
Roadmap
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
1. How to install Magento 2 LogSnag extension
Install module via composer (recommend)
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.
1.1 Install
composer require sysentive/magento2-logsnag
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
1.2 Upgrade
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
Install Package from copy-paste package
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
Use Cases
- 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
Support Us
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...
License
Licensed under the MIT license.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-26
