![]() |
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%"'} |
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 |
Re: How do I show the product ID after product title in 4.1.8
Thanks
|
Re: How do I show the product ID after product title in 4.1.8
Quote:
Where exactly does this go? This newer version is driving my patience, somewhat but its still fun. |
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:
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.