Skip to content

This extension allows your online store to split the order into an order for each item in the cart.

License

Notifications You must be signed in to change notification settings

viniciusfabri/magento2-split-order

 
 

Repository files navigation

Split Order for Magento 2

This extension allows your online store to split the order into an order for each item in the cart. With different order IDs, customers can view all the order ids in their Order History and track each item separately. The admin generate separate invoices and shipments for each splitted order. Shipping charges and tax are also split based on items. This extension Magento 2 default offline payment methods: Check / Money Order and Cash on Delivery.

Build Status Packagist Downloads

1. Installation

Install via composer (recommend)

Run the following command in Magento 2 root folder:

composer require magestat/module-split-order

Using GIT clone

Run the following command in Magento 2 root folder:

git clone git@github.com:magestat/magento2-split-order.git app/code/Magestat/SplitOrder

2. Activation

Run the following command in Magento 2 root folder:

php bin/magento module:enable Magestat_SplitOrder --clear-static-content
php bin/magento setup:upgrade

Clear the caches:

php bin/magento cache:clean

3. Configuration

  1. Go to Stores > Configuration > Magestat > Split Order.
  2. Select Enabled option to enable module.
  3. Change the options selecting the attribute to split the order just like you want.

Contribution

Want to contribute to this extension? The quickest way is to open a pull request on GitHub.

Support

If you encounter any problems or bugs, please open an issue on GitHub. Need help setting up or want to customize this extension to meet your business needs? Please email willianlkeller@outlook.com and if we like your idea we will add this feature for free or at a discounted rate.

Known issues

  1. Doesn't work with Braintree, Paypal via Braintree, Paypal Express Checkout

© Magestat.

About

This extension allows your online store to split the order into an order for each item in the cart.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 90.1%
  • HTML 9.9%