williankeller / magento2-split-order

[DEPRECATED] This extension allows your Magento store to split the order into an order for each item in the cart.
https://magestat.com/extensions/magento2-split-order
Open Software License 3.0
65 stars 24 forks source link

Order total is not separate #1

Closed williankeller closed 6 years ago

williankeller commented 6 years ago

When the orders are being separated, the total value of each individual order is equal to the total of the order. I suppose that we have something wrong here $quoteSplit->collectTotals()->save();

williankeller commented 6 years ago

Fixed 6a7a7c5..fbb4206