X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   SKU on product detail page (https://forum.x-cart.com/showthread.php?t=24042)

abeight 08-11-2006 02:15 PM

SKU on product detail page
 
I'm trying to add the SKU# to the product detail page in 4.0.18. I grabbed this snippet of code from the products_t.tpl file and added it to product.tpl, but the # doesn't show. Any idea why this wouldn't work?

{$lng.lbl_sku}: {$products[product].productcode}

chamberinternet 08-11-2006 03:02 PM

On the product detail page (product.tpl) it should be:

{$product.productcode}

Hope this helps.

Regards

Shafiq :sK

abeight 08-11-2006 03:08 PM

Awesome! Thank you!


All times are GMT -8. The time now is 10:22 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.