ptraing / module-custom-order-number
Custom Order Number by ptraing
Package info
github.com/ptraing/module-custom-order-number
Type:magento2-module
pkg:composer/ptraing/module-custom-order-number
1.0.2
2024-07-01 21:07 UTC
Requires
- php: ~8.1.0||~8.2.0||~8.3.0
- magento/framework: 103.0.*
- magento/module-sales: 103.0.*
- ptraing/module-core: ^1.0.0
This package is auto-updated.
Last update: 2026-03-29 01:22:06 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