Hallo,
I have a question. I'm using a context cart in my project. To get the total amount of products in the cart, I use: "Ecom:Order.OrderLines.TotalProductQuantity". This works fine in the checkout page(s) of the Cart V2 module.
The problem is that I have a counter in a header of my page, which is always visible and shows the user the amount of products in his cart. When I use "Ecom:Order.OrderLines.TotalProductQuantity" there, I get the amount of the "wrong" cart. A cart with no context.
How do I tell the TotalProductQuantity to look for a specific context cart and give me the total amount of products?