View Single Post
  #3  
Old 03-26-2009, 10:33 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: I know it's been asked a million times

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> *}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote