On my site I have an extra order context. How can I on any page target the specific cart and look up how many items there is in the cart?
For the "regular" cart you have the template tag: Ecom:Order.OrderLines.TotalQuantity, can I somehow target a different cart with this, or do I need to make a new provider?
I want to be able to show on any page the amount of products in BOTH carts...