| ||||||||||
| Shopping cart software Solutions for online shops and malls | ||||||||||
|
|
||||||||||
| X-Cart Home |
Adding SKU to Product detail | |||
![]() |
|
||
|
|
Thread Tools | Search this Thread |
|
#1
|
|||||||
|
|||||||
|
I did a search but could not find any "hits"....
I need to add our part number or SKU to the product detail page. Is there a setting in admin that toggles this? i haven't fiound it....or does it have to be hard coded? If so, any tutorials?
__________________
Mike X-Cart version 4.1.0 PHP 4.4.2 MySQL server 4.1.19 Web server Apache Operation system Linux |
|||||||
|
#2
|
|||||||
|
|||||||
|
Should be there by default - or do you mean a sku other than the SKU you defined on the product detail page?
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
|
#3
|
|||||||
|
|||||||
|
Quote:
Sent you a PM.
__________________
Mike X-Cart version 4.1.0 PHP 4.4.2 MySQL server 4.1.19 Web server Apache Operation system Linux |
|||||||
|
#4
|
|||||||
|
|||||||
|
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 |
|||||||
|
#5
|
|||||||
|
|||||||
|
Quote:
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 |
|||||||
|
#6
|
|||||||
|
|||||||
|
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
|
#7
|
|||||||
|
|||||||
|
Quote:
Thanks. It isn't in there from what I see....I will have to compare it to an un-altererd version to see where that code should be.
__________________
Mike X-Cart version 4.1.0 PHP 4.4.2 MySQL server 4.1.19 Web server Apache Operation system Linux |
|||||||
|
|
|||
|
X-Cart forums © 2001-2020
|
|||