View Single Post
  #5  
Old 06-13-2006, 09:38 AM
 
bixnet bixnet is offline
 

Newbie
  
Join Date: Mar 2006
Posts: 6
 

Default

Sorry, I missed one line, the complete added lines are:

{if $product.list_price gt 0}

<tr><td width="30%>
<FONT class="MarketPrice">{$lng.lbl_market_price}: </td><td><S>
${$product.list_price}
</S></FONT></td></tr> {/if}


This way, if you don't have a list price, then it will not show on the page.

Bill Shu
__________________
xcart gold 4.0
Reply With Quote