tryoto/mage2-ordersync
Composer 安装命令:
composer require tryoto/mage2-ordersync
包简介
Order Synchronization extension for Magento 2x
README 文档
README
OTO Order Integration for Magento2
For Magento / Adobe Commerce 2.3.x and 2.4.x
OTO OrderSync Extension
This extension is connects your Magento2 web store and sends new orders to OTO api system. You can trigger order synchronization with command line manually or with cron. It also cancels canceled orders on OTO side.
What is OTO
MENA's #1 shipping gateway for e-commerce stores and retailers to ship, manage, track, analyze and return orders with 200+ carriers from a single dashboard.
Features
- Connects and authorizes your Magento2 store to OTO System.
- Synchronizes your new orders to OTO.
- Cancels orders in OTO if canceled in Magento.
- You can send individual order data to OTO with command line
How to Install OTO OrderSync Extension
Using Composer (recommended)
composer require tryoto/mage2-ordersync; php bin/magento maintenance:enable; php bin/magento module:enable Oto_OrderSync; php bin/magento setup:upgrade; php bin/magento setup:di:compile; php bin/magento setup:static:deploy -f; php bin/magento maintenance:disable; php bin/magento cache:flush;
Using git clone
cd your_website_path; git clone https://github.com/apps-tryoto/magento2-ordersync app/code/Oto/OrderSync; php bin/magento maintenance:enable; php bin/magento module:enable Oto_OrderSync; php bin/magento setup:upgrade; php bin/magento setup:di:compile; php bin/magento setup:static:deploy -f; php bin/magento maintenance:disable; php bin/magento cache:flush;
Using manual download and FTP Upload
Go to https://github.com/oto/mage2-ordersync/releases and download latest version. Open zipfile and upload OrderSync directory as app/code/Oto/OrderSync
cd your_website_path; php bin/magento maintenance:enable; php bin/magento module:enable Oto_OrderSync; php bin/magento setup:upgrade; php bin/magento setup:di:compile; php bin/magento setup:static:deploy -f; php bin/magento maintenance:disable; php bin/magento cache:flush;
After module setup
Add this cron command to cron to sync your orders with oto in period which you want;
*/2 * * * * cd your_website_path; php bin/magento oto:new_order_sync >> var/log/oto_ordersync_new_orders.log
Uninstalling
composer remove tryoto/mage2-ordersync; php bin/magento maintenance:enable; php bin/magento module:disable Oto_OrderSync; php bin/magento setup:upgrade; php bin/magento setup:di:compile; php bin/magento setup:static:deploy -f; php bin/magento maintenance:disable; php bin/magento cache:flush;
Do not forget to remove cron entry from crontab.
© All rights reserved OTO Global Inc. © 2024 | www.tryoto.com
tryoto/mage2-ordersync 适用场景与选型建议
tryoto/mage2-ordersync 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 44 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 07 月 27 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 tryoto/mage2-ordersync 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 tryoto/mage2-ordersync 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 44
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 17
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2024-07-27