I need to created multiple orders from one cart based on specific items the products have.
I have already split the entries so I have multiple carts on which I call the getBolCartFacade().placeOrderFromCart()
.
I get two separate orders in which the first one contains the right items but is missing data like shipTo
etc.
The second one has all data but also all items the initial cart had in it.
Could anyone point out how/where I have to generate the separate carts?