Hi Guys,
Normally I am using THIS to get my cart:
var cart = new Order { IsCart = true, LanguageID = Dynamicweb.eCommerce.Common.Context.LanguageID };
But on this particular solution I am using Multiple CartContext.
How can I be sure that I got my Cart in the right context?
Or is there a way to reach the cart by Context ID?
/Dmitrij