Quote:
Originally Posted by cloudywool
I've tried the solutions but doesnt work for me. I use xcart 4.2.0, a total newbie here.
Q1: I need to have the SKU number and product ID number removed, I tried this post http://forum.x-cart.com/showthread.php?t=20303, but didnt work, the code look different from my product.tpl
|
To hide it for product page find this code in skin1/customer/product.tpl
Code:
<tr>
<td class="property-name">{$lng.lbl_sku}</td>
<td class="property-value" id="product_code">{$product.productcode|escape}</td>
</tr>
and replace with
Code:
{* <tr>
<td class="property-name">{$lng.lbl_sku}</td>
<td class="property-value" id="product_code">{$product.productcode|escape}</td>
</tr>
*}