View Single Post
  #17  
Old 01-14-2007, 01:13 PM
 
Sisom Sisom is offline
 

eXpert
  
Join Date: Sep 2006
Posts: 310
 

Default Re: List Market Price on Product Detail Page

I contacted Qualiteam to find out how to fix this problem, so in case anybody else has got this far, the <S> tag is the strikethrough, and to show pounds instead of dollars, use:

{if $product.list_price gt $product.taxed_price}
<tr><td width="60" nowrap="nowrap">
{$lng.lbl_market_price}: </td><td>
&pound;{$product.list_price}
</td></tr> {/if}


lbl_market_price in this case is "R.R.P."

&pound; replaces the dollar sign
__________________
X-Cart Gold Version 4.3.2
Reply With Quote