bitixel / magento2-auto-order-cancel
一个用于取消 Magento 2 中旧待处理和正在处理的订单的模块
dev-master
2023-12-14 17:29 UTC
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
- magento/framework: ~100.0.4
This package is not auto-updated.
Last update: 2024-09-22 02:58:43 UTC
README
一个用于取消 Magento 2 中旧待处理和正在处理的订单的模块
安装
安装此扩展的首选方法是使用 composer。
-
转到 Magento2 根目录文件夹
-
输入以下命令以安装模块
composer require bitixel/magento2-auto-order-cancel
-
输入以下命令以启用模块
php bin/magento module:enable Bitixel_AutoCancelOrder --clear-static-content php bin/magento setup:upgrade