View Single Post
  #3  
Old 11-30-2002, 08:54 AM
 
playcentral playcentral is offline
 

Member
  
Join Date: Nov 2002
Posts: 25
 

Default

ok, just figured it out....

add this line : {$products[product].category | escape}

ie. in /customer/main/products.tpl

<font class=TableCenterProductTitleBlack>{$lng.lbl_categ ory}: {$products[product].category | escape}</font>
<font class=TableCenterProductTitleOrange>{$lng.lbl_our_ price}: {include file="currency.tpl" value=$products[product].price}</font>
Reply With Quote