ptraing / module-custom-order-number
Custom Order Number by ptraing
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
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: 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