Hi,
I need to split cart and order according a Manufacturer because I need that each manufacturer has a private shipping price.
The customer can buy variuous product from different manufacturer in my shop.
Now I need that:
1- every manufacturer has a private shipping price.
2- split the cart and order in "x" part like the number of product's manufacturer.
(a sort of group by manufacturer in a list of product in a cart) and for every "part" apply a distinct shipping price.
Is this possible?
Thanks so much for the help.