View Single Post
  #18  
Old 01-31-2010, 12:45 PM
  acidon's Avatar 
acidon acidon is offline
 

Senior Member
  
Join Date: Feb 2008
Posts: 139
 

Default Re: Common sense Product Layout modification (4.3)

Ok, the reason SKU showing on some pages and not on others is because I initially didn't count on paroduct variant's SKUs.

To remove all SKUs from customer side (including product variants one), right after you initially modified your /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>

Enjoy
__________________
Version 4.7.6 X-cart Gold
Reply With Quote