Hi
How can I conditionally display the cart? Basically if there is nothing in it I don't show it
Ta
You need to use the display conditions of the outer tag (or nest cart and all of its controls in a CSControl:PlaceHolder) and then add a CSControl:CustomCondition that evaluates the count of the number of items in the cart.
Rob