Thread: Hiding SKU
View Single Post
  #18  
Old 01-04-2010, 02:34 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Hiding SKU

In skin1/customer/main/product_details.tpl find this code
Code:
<tr> <td class="property-name">{$lng.lbl_sku}</td> <td class="property-value" id="product_code" colspan="2">{$product.productcode|escape}</td> </tr>
and comment it out like this
Code:
{* <tr> <td class="property-name">{$lng.lbl_sku}</td> <td class="property-value" id="product_code" colspan="2">{$product.productcode|escape}</td> </tr> *}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote