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>*}