[ic] Free Shipping Message

list_subscriber at yahoo.co.uk list_subscriber at yahoo.co.uk
Thu Mar 4 18:08:13 EST 2004


On Thursday, March 04, 2004 5:50 PM, wfiore at aftermarketcellular.com wrote:

> Hi,
> 
> I am trying to create a message on my cart display to show how much a
> customer needs to spend to receive free shipping. I tried the code
> below, but no matter how much is in the cart it always displays "You
> have qualified for Free Shipping". Any Idea what I am doing wrong?
> Using 4.8.6 
> 
> [if [item-subtotal] < 59]
> <b><i>You only need [currency][calc]59 -
> [item-subtotal][/calc][/currency] to receive Free Shipping!</i></b>
> [else]
> <b><i>You have qualified for Free Shipping!</i></b>
> [/else]
> [/if]
> 

I am not 100% sure, but I think it should be:
[if-item-subtotal < 59].......[/if-item]




More information about the interchange-users mailing list