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)
-   -   Getting rid of the product # (https://forum.x-cart.com/showthread.php?t=1264)

ramorse 01-23-2003 01:42 PM

Getting rid of the product #
 
I would like to get rid of the product number that appears after the name of the product. This number is assigned as an id in the db, but if you delete and add products the numbers are meaningless to a customer.

Any idea what bit of code to edit?

shan 01-23-2003 02:49 PM

http://forum.x-cart.com/viewtopic.php?t=1261&highlight=product+id

that may be of help.

Also try soing a search as most things like that have been asked and answered many times before :wink:

ambermoon 02-03-2003 05:23 PM

product code
 
ramorse did you end up getting rid of the product code ? How did you do it ?

www.amber-moon.com

ramorse 02-03-2003 06:36 PM

The thread the I was given was way more than I wanted. So, because I purchased support I asked them and here's the answer. I just haven't had time to implement it yet:

You can edit the template '<xcart-dir>/skin1/customer/main/product.tpl'. Just find and replace the line

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

to

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

Let me know if you try it and it works. I'm still getting to learn the system.

dealsondeals 02-04-2003 05:21 AM

The fix you have works
 
I had updated my product.tpl as per the existing post. It correlates to the same line you have referenced. It works for me....no more prouct id!


Regards,

Glen

ambermoon 02-04-2003 05:31 AM

Thanks a lot

It works

ms425 02-07-2003 04:07 PM

Thanks a lot that worked perfectly! :D

marcusmaniac 02-26-2003 07:30 AM

I was looking for the same fix... much appreciated!


All times are GMT -8. The time now is 10:45 PM.

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