View Single Post
  #2  
Old 02-07-2007, 03:21 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Hiding SKU in product catalogue.

Sure, just comment out the code for the sku wherever you don't want it to appear. On the product detail page, it is this bunch of code in customer/main/product.tpl:

<tr>
<td width="30%">{$lng.lbl_sku}</td>
<td nowrap="nowrap" id="product_code">{$product.productcode}</td>
</tr>

Moving to Template Editing.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote