View Single Post
  #1  
Old 08-07-2010, 03:39 PM
 
Sisom Sisom is offline
 

eXpert
  
Join Date: Sep 2006
Posts: 310
 

Default Change 'SKU1' to '1'

I am trying to change
customer/main/product_details.tpl
so that the website shows

Product code 1

instead of

Product code SKU1

My client wants the term 'SKU' removed from the site, because customers won't know what an 'SKU' is.

I know that the code that produces it is in customer/main/product_details.tpl, on line 46:
Code:
<td class="property-value" id="product_code" colspan="2">{$product.productcode|escape}</td>

but I don't know where to find the $product variable, nor how it works. Can anybody help? (I am also interested in learning how the variables work, so if you know of a good beginner's tutorial, I would be very grateful.)
Many thanks.
__________________
X-Cart Gold Version 4.3.2
Reply With Quote