View Single Post
  #3  
Old 05-19-2003, 02:17 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default

go to file skin1/main/products.tpl

look around line 21

replace

Quote:
<font class=ItemsList>{$products[cat_num].product|escape|truncate:100:"...":false}</font>

with

Quote:
<font class=ItemsList>{$products[cat_num].productcode} - {$products[cat_num].product|escape|truncate:100:"...":false}</font>

notice i also adjusted the truncate amount, which is the length of characters shown in the product description
Reply With Quote