mageworx / module-ordereditor-inventory
订单编辑库存插件
1.0.4
2024-02-21 17:56 UTC
Requires
- magento/module-inventory: ^1.0
- magento/module-inventory-api: ^1.0
- magento/module-inventory-catalog-api: ^1.0
- magento/module-inventory-configuration-api: ^1.0
- magento/module-inventory-in-store-pickup-quote: ^1.0
- magento/module-inventory-in-store-pickup-sales: ^1.0
- magento/module-inventory-in-store-pickup-sales-admin-ui: ^1.0
- magento/module-inventory-in-store-pickup-shipping-api: ^1.0
- magento/module-inventory-sales-api: ^1.0
- magento/module-inventory-source-deduction-api: ^1.0
- mageworx/module-ordereditorbase: >=2.9.7
This package is auto-updated.
Last update: 2024-09-21 19:12:15 UTC
README
*需要基础扩展 MageWorx 订单管理
上传扩展
使用composer上传
- 以具有向Magento文件系统写入权限的用户登录到Magento服务器(或切换到)。
- 使用composer安装包:
composer require mageworx/module-ordereditor-inventory
通过复制代码上传
- 以具有向Magento文件系统写入权限的用户登录到Magento服务器(或切换到)。
- 从您的客户区域下载“Ready to paste”包,解压它并将'app'文件夹上传到您的Magento安装目录。
启用扩展
- 以具有向Magento文件系统写入权限的用户登录到Magento服务器,或切换到该用户。
- 转到您的Magento安装目录
cd <your Magento install dir>
- 最后,更新数据库
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy