This module split customer/guest orders based on preselected product attribute that you can select from the module setting. Split orders save as normal orders but with parent order attribute. Also, it kept the original order.
- Enable/Disable module from configuration.
- Orders splitting based on a selected attribute from the configuration.
- Original order kept.
- New orders created after original order created automatically
- Adding a new order attribute (Parent Order) to new orders
- Parent order attribute appear on sales orders grid with a simple filter.
Run the following command in Magento 2 root folder:
composer require magearab/ordersplit
- Download it
- Upload it using ftp account to app/code/MageArab/OrderSplit/[module files]
Run the following command in Magento 2 root folder:
php bin/magento module:enable MageArab_OrderSplit
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento c:f
- Go to STORES > Configuration > MageArab > Order Split.
- Select Enabled option to enable the module.
- Select the attribute that module will split the orders based on it