Trying to get my head around Commerce. Finding the docs tricky to follow!
Currently I have This to show the number of items in my cart:
[[!commerce.get_cart? &toPlaceholders=cart]]
Is there a simple way to only populate the placeholder if there are items in the cart?
At the moment it always says ‘0’.