bitixel/magento2-auto-order-cancel

一个用于取消 Magento 2 中旧待处理和正在处理的订单的模块

安装: 0

依赖者: 0

建议者: 0

安全: 0

星级: 4

观察者: 2

分支: 6

开放问题: 1

类型:magento2-module

dev-master 2023-12-14 17:29 UTC

This package is not auto-updated.

Last update: 2024-09-22 02:58:43 UTC


README

一个用于取消 Magento 2 中旧待处理和正在处理的订单的模块

安装

安装此扩展的首选方法是使用 composer

  1. 转到 Magento2 根目录文件夹

  2. 输入以下命令以安装模块

    composer require bitixel/magento2-auto-order-cancel
  3. 输入以下命令以启用模块

    php bin/magento module:enable Bitixel_AutoCancelOrder --clear-static-content
    php bin/magento setup:upgrade