Hi guys,
I have a situation where it would be useful to be able to merge carts, I will explain.
I want to create a temporary cart on an Order Context that's different than the regular CartContext.
When I am done with making adjustments to the temporary cart, I want to be able to allow the user to select a cart and merge the content of the temporary cart into the selected cart.
How can I accomplish the above scenario in a decent manner (I can think about a few potential hacks but I would rather use a more standard approach if any).
Thank you,
Adrian