Re: hide sku
For some strange reason searching for sku doesn't work so I can't find the relevant thread.
Anyways, if you need it for admin purposes and not displaying on the storefront the only way is to manually edit it out from the relevant .tpl
If that is the case, find your skin1/customer/main/product.pl
and locate the lines similar to these...
<tr>
<td width="30%">{$lng.lbl_sku}</td>
<td nowrap="nowrap" id="product_code">{$product.productcode}</td>
</tr>
and then {*comment*} them out
__________________
Doms
kube v4.1.9
|