View Single Post
  #3  
Old 05-23-2013, 07:47 AM
  tam10's Avatar 
tam10 tam10 is offline
 

eXpert
  
Join Date: Mar 2007
Posts: 252
 

Default Re: Is it same on your Books & Magazine template?

Thanks for the reply.

I found this

{**if $product.appearance.has_market_price and $product.appearance.market_price_discount gt 0}
<div class="market-price">
{$lng.lbl_market_price}: <span class="market-price-value">{currency value=$product.list_price}</span>

{if $product.appearance.market_price_discount gt 0}
{if $config.General.alter_currency_symbol ne ""}, {/if}
<span class="price-save">{$lng.lbl_save_price} {$product.appearance.market_price_discount}%</span>
{/if}

</div>
{/if**}

Removing the ** did nothing.
__________________
Tammy
x-cart gold + 4.7.2
x-cart 5.2.10

Reply With Quote