View Single Post
  #2  
Old 08-30-2010, 02:00 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Feature help: This much until free shipping.

Try something like this:

Code:
{if $cart.discounted_subtotal gt 300.00} <div style="font-weight: bold; color:#00AEAF;">Congratulations, you qualify for Free Shipping!</div> {else} <div style="font-weight: bold; color:#00AEAF;">Spend an additional {math equation="x - y" x=300.00 y=$cart.discounted_subtotal} to qualify for Free Shipping</div> {/if}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote