View Single Post
  #4  
Old 01-24-2009, 06:37 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Adding SKU to Product detail

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>
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote