View Single Post
  #4  
Old 11-06-2010, 03:51 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: How to disable save_money.gif from showing

No. It will look similar to this

Code:
{if $product.taxed_price gt 0 && $product.list_price gt 0} <div class="save" id="save_percent_box"{if $product.appearance.market_price_discount eq ""} style="display: none;"{/if}> <span id="save_percent">{$product.appearance.market_price_discount}</span>% </div> {/if}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote