I'd like to try to create a condition for our sidebar shopping cart summary so that it only appears in the sidebar once you have added something to the cart - can anyone tell me how this works?
We have our side bar code in the overall layout :
Also, if at all possible it would be great to make the FreeShipping variable also conditional so that disappears when someone puts something in the cart - so the side bar doesn't get too crowded, but i'm not massively worried about this.
All help and suggestions gratefully received!
We have our side bar code in the overall layout :
Code:
<div id="right"> <actinic:variable name="ShoppingCartSummary" value="Shopping Cart Summary In Box" /> <actinic:variable name="CustomSidebarBox" value="Special offers (+)" /> <div><actinic:variable name="CustomSidebarBox" value="Freeshipping (+)" /></div><br/> <actinic:variable name="CustomSidebarBox" value="TrailZilla Affilliate" />
All help and suggestions gratefully received!
Comment