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)
-   -   Product name on Product page (https://forum.x-cart.com/showthread.php?t=16840)

STORed 09-24-2005 12:31 PM

Product name on Product page
 
I need to include product name on product page. Currentyl there is one via dialog but I actually need to include it in the product page code. The code below doesn't work... :(

Code:

{$title}

Mr Bob 09-24-2005 12:46 PM

Have you tried {$product.title} or {$product.producttitle}

Usually on the product page, you call things by $product.name

STORed 09-24-2005 12:47 PM

Got it:

Code:

$product.product

Mr Bob 09-24-2005 12:48 PM

Actually it is $product.producttitle

I just tried it since I am editing product.tpl

STORed 09-24-2005 01:33 PM

It works both ways for me.

Mr Bob 09-24-2005 08:54 PM

Using $product.product will display the product title
Using $product.productitle will display the product title PLUS the nasty product number

I've switched mine over to $product.product :lol:


All times are GMT -8. The time now is 06:02 AM.

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