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)
-   -   How do I show the product ID after product title in 4.1.8 (https://forum.x-cart.com/showthread.php?t=33567)

concepts 08-29-2007 04:58 PM

How do I show the product ID after product title in 4.1.8
 
How can I show the product ID# after the product title like it used to show in the 3.5 version?

Looking for a mod to

{include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra='width="100%"'}

inebriate 08-29-2007 05:59 PM

Re: How do I show the product ID after product title in 4.1.8
 
change it to

{include file="dialog.tpl" title="`$product.producttitle` : `$product.productid`" content=$smarty.capture.dialog extra='width="100%"'}


you can change the colon to whatever you want to use as a seperator

concepts 08-30-2007 01:36 PM

Re: How do I show the product ID after product title in 4.1.8
 
Thanks

shipmerchant 08-31-2007 02:15 PM

Re: How do I show the product ID after product title in 4.1.8
 
Quote:

Originally Posted by inebriate
change it to

{include file="dialog.tpl" title="`$product.producttitle` : `$product.productid`" content=$smarty.capture.dialog extra='width="100%"'}


you can change the colon to whatever you want to use as a seperator



Where exactly does this go? This newer version is driving my patience, somewhat but its still fun.

MoonDog 09-03-2007 10:42 AM

Re: How do I show the product ID after product title in 4.1.8
 
Try:

skin1/customer/main/product.tpl
skin1/main/product.tpl
and
skin1/admin/main/product_links.tpl

all three files has the line:

Code:


{include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra='width="100%"'}


Just replace it exactly with inebriate's code.

Code:

{include file="dialog.tpl" title="`$product.producttitle` : `$product.productid`" content=$smarty.capture.dialog extra='width="100%"'}

I tried the first product.tpl file and it worked ok when viewing the product page.
Haven't tried the other two yet.

- MoonDog -


All times are GMT -8. The time now is 04:55 AM.

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