Questions tagged [order-splitting]
The order-splitting tag has no summary.
25 questions
0 votes
1 answer
170 views
I want to split order using product attributes
I want to split the order into two parts. I created a custom attribute called custom_order. One will contain only products with custom_order has set to Yes and the Other order with only products with ...
0 votes
0 answers
232 views
Split Custom Line Item in magento 2
I need a functionality to split custom line item in magento 2.3.4 . For example, suppose Product A has custom addon Child A, then by default magento will show like this Product-A-Child-A in sales ...
1 vote
0 answers
153 views
Magento 2 how to change order purchased from store?
I recently installed an split order extension, however, this extension splits the order and sets Purchased from to the default store view. I wanted to know if there is a way to change the store here:
2 votes
0 answers
71 views
Using Split Orders Extension but order confirmation mail is shooting for first order only instead of all
I'm using "order split" extension based on seller,means if there are 6 items in the cart having 3 different seller(have 2 item for each seller) then three orders(let's says order id as 500,501,502) ...
3 votes
0 answers
97 views
Split Orders by available products and out of stock products
I want to create the module which split orders by available products and out of stock products. Let's say they order 10 items and 8 are in stock and 2 are out-of-stock. When they place their order.
1 vote
1 answer
604 views
Magento 2 split order total not calculate properly
I am working on Magento Ver. 2.2 I have split order using following code. It split the order but order total is not calculate properly for each order. In short each order display complete/original ...
2 votes
1 answer
189 views
Vendor wise order splitting not working as required
I had to split orders based on the vendor/seller selling that product. Like, for example, if someone orders Product1, Product2 and Product3, where Product1 and Product2 are sold by Vendor1 and ...
0 votes
1 answer
444 views
How to manage payment after splitting order in Magento 2
I am having schenario where I need to split order on seller basis. Let's say if customer adds 10 products in a cart which are from 3 different seller A, B, C out of these 3 are from seller A, 3 from ...