View Single Post
  #2  
Old 03-21-2007, 01:14 AM
 
balinor balinor is offline
 

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

Default Re: sku on checkout page

It is there because quite a number of people use it. To remove it, you need to determine which template it is showing in. I would start with customer/main/cart_contents.tpl, as that is usually the one used. Remove these two lines:

<td><b>{$lng.lbl_sku}</b></td>

<td>{$products[prod_num].productcode}</td>
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote