Hi guys,
I am a bit confused by the approach when working with OrderContexts.
I have noticed that outside of the ShoppingCart module, I can access an OrderContext Loop, which is pretty fine for displaying a minicart.
In the ShoppingCart on the other hand, the OrderContext loop is available only in the OrderLines Loop.
I would have expected it to be available outside of the OrderLines loop.
We have a situation wehre we need to assign an OrderContext to a user dynamically. Which seems pretty fine from the AddToCart perspective but it seems complicated to list just that specific cart.
Am I missing something?
Thanks,
Adrian