I am trying to create a mini mini basket - just an indicator that the shopper has something in their basket. There is no room in the design to use a product like Weiland's mini basket. This is the display:
-------------------------
Your current shopping basket total: &mvt:basket:formatted_total;
------------------------
but I only want it to display in the space provided, when something is in the basket otherwise I just want a blank space.
I need to use something like:
---------------------------------------
<mvt:if expr="NOT l.settings:basket:empty">
Your current shopping basket total:&mvt:basket:formatted_total;
<mvt:else>
</mvt:if>
--------------------------------------
but the "NOT" part doesn't work. Any suggestions?
Also, is there a variable which shows the total number of items in a basket? I couldn't find one.
Thanks
Pete
______________________________________________
Pete McNamara
Internet Marketing Engine
http://internetmarketingengine.com
Comment