View Single Post
  #5  
Old 01-24-2009, 06:55 PM
 
Miket Miket is offline
 

Senior Member
  
Join Date: Jun 2006
Posts: 106
 

Default Re: Adding SKU to Product detail

Quote:
Originally Posted by balinor
Hi Mike, please keep all questions/discussion to the forum itself, not PMs. The X-Cart SKU is called on the product detail page like this:

{$product.productcode}

Make sure you didn't remove or comment that out, as it is in there by default:

<tr>
<td width="30%">{$lng.lbl_sku}</td>
<td nowrap="nowrap" id="product_code">{$product.productcode}</td>
</tr>

No offense but I preferred not to advertise my site on the forum.

Thanks for the response. What template would this be found in?
__________________
Mike
X-Cart version 4.1.0
PHP 4.4.2
MySQL server 4.1.19
Web server Apache
Operation system Linux
Reply With Quote