ptraing/module-custom-order-number

Custom Order Number by ptraing

1.0.2 2024-07-01 21:07 UTC

This package is auto-updated.

Last update: 2025-04-29 01:36:37 UTC


README

How to install

1. Install via composer & update

We recommend you to install Ptraing_CustomOrderNumber module via composer. It is easy to install, update and maintaince.

Run the following command in Adobe Commerce root folder.

1.1 Install

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

1.2 Update

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

Run compile if your store in Production mode:

php bin/magento setup:di:compile