#Features
- Custom Order Increment Number
- Custom Invoice Increment Number
composer config repositories.emizentech-magento2-customordernumber vcs https://github.com/emizentech/magento2-customordernumber/
Since this package is in a development stage, you will need to change the minimum-stability as well to the composer.json file: -
"minimum-stability": "dev",
After that, need to install this module as follows:
composer require magento/magento-composer-installer composer require emizentech/customordernumber
go to Magento2Project root dir create following Directory Structure :
/Magento2Project/app/code/EmizenTech/CustomOrderNumber you can also create by following command:
cd /Magento2Project mkdir app/code/EmizenTech mkdir app/code/EmizenTech/CustomOrderNumberto Enable this module you need to follow these steps:
-
Enable the Module
bin/magento module:enable EmizenTech_CustomOrderNumber
-
Run Upgrade Setup
bin/magento setup:upgrade
-
Re-Compile (in-case you have compilation enabled)
bin/magento setup:di:compile