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