View Single Post
  #5  
Old 07-08-2008, 12:42 PM
  photo's Avatar 
photo photo is offline
 

X-Wizard
  
Join Date: Feb 2006
Location: UK
Posts: 1,146
 

Default Re: Product Variants

Quote:
Originally Posted by weston
that box is not checked

Ok try this (make sure you save a backup). Open skin1/customer/main/product.tpl and change the following code

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

to

Code:
{*<tr> <td width="30%">{$lng.lbl_sku}</td> <td nowrap="nowrap" id="product_code">{$product.productcode}</td> </tr>*}
__________________
v4.1.10
In Dev v4.5.x


"If you don't keep an eye on your business, someone else will."
Reply With Quote