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)
-   -   No product id (https://forum.x-cart.com/showthread.php?t=2000)

yamz 03-25-2003 03:35 AM

No product id
 
Anyone know how to disable the product id from showing up?

example:

product #65473

I want to show just the product title with no #65473

Anyhelp would be appreciated!

Thanks!

Yamz :?

shan 03-25-2003 04:06 AM

In customer/main/product.tpl
almost at the bottom replace

Code:

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

with

Code:

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

yamz 03-25-2003 04:26 AM

Thanks!
 
Hey, thanks man! It errors out though if you include the [color=red] tag, so I dropped it and now it works.

8) Thanks again!

shan 03-25-2003 04:28 AM

yeh sorry bout that, i grabbed it from another post :wink:


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

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