View Single Post
  #9  
Old 01-30-2010, 10:52 AM
  acidon's Avatar 
acidon acidon is offline
 

Senior Member
  
Join Date: Feb 2008
Posts: 139
 

Default Re: Common sense Product Layout modification (4.3)

Quote:
Originally Posted by tam10
...how do hide the SKU from customer side.

In /customer/main/product_details.tpl find:

Code:
<td class="property-name">{$lng.lbl_sku}</td> <td class="property-value" id="product_code">{$product.productcode|escape}</td>

and replace it with:


Code:
<td class="property-name">{* {$lng.lbl_sku} *}</td> <td class="property-value" {* id="product_code" *}>{* {$product.productcode|escape} *}</td>

CODE UPDATED TO REFLECT PRODUCT VARIANTS SKUs AS WELL
__________________
Version 4.7.6 X-cart Gold
Reply With Quote