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>
£{$product.list_price}
</td></tr> {/if}
lbl_market_price in this case is "R.R.P."
£ replaces the dollar sign
__________________
X-Cart Gold Version 4.3.2
|