ptraing/module-custom-order-number

由 ptraing 提供的定制订单号

安装: 2

依赖者: 0

建议者: 0

安全: 0

星星: 0

关注者: 1

分支: 0

公开问题: 0

类型:magento2-module

1.0.2 2024-07-01 21:07 UTC

This package is auto-updated.

Last update: 2024-10-01 00:20:50 UTC


README

如何安装

1. 通过 composer 安装并更新

我们建议您使用 composer 安装 Ptraing_CustomOrderNumber 模块。它易于安装、更新和维护。

在 Adobe Commerce 根目录下运行以下命令。

1.1 安装

composer require ptraing/module-custom-order-number
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

1.2 更新

composer update ptraing/module-custom-order-number
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

如果您的商店处于生产模式,请运行编译命令。

php bin/magento setup:di:compile