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)
-   -   Removing the Product # (https://forum.x-cart.com/showthread.php?t=8823)

TheCross 08-06-2004 04:24 PM

Removing the Product #
 
I have hunted and tried to find the answer to this fairly simple question. When displaying the details for any product.

In the header of that detail box it has:

ProductName #1

I am looking to remove the #1 (or whatever ProductID that product has). Can anyone help me find exactly where to to find it?

Thank you in advance.

-James

Emerson 08-06-2004 04:43 PM

Open /skin1/customer/main/product.tpl and look for this line (near the bottom):

Code:

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


Change it to:

Code:

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

TheCross 08-06-2004 05:14 PM

Fantastic - Thank you very much! Looks great now. Let me know if there is anything I can do for you!

James

Emerson 08-06-2004 05:15 PM

Quote:

Originally Posted by TheCross
Fantastic - Thank you very much! Looks great now. Let me know if there is anything I can do for you!

James


Sure, send me a truck full of 100's :lol:

TheCross 08-06-2004 06:25 PM

Quote:

Originally Posted by Emerson
Sure, send me a truck full of 100's :lol:


If I had it I would send it :D

delphi 11-04-2004 08:57 AM

Quote:

Originally Posted by Emerson
Open /skin1/customer/main/product.tpl and look for this line (near the bottom):

Code:

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


Change it to:

Code:

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


That is nice. So if I want to replace product # with SKU #, what need to be done? Please help


All times are GMT -8. The time now is 07:05 PM.

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