![]() |
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? |
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: |
product code
|
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. |
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 |
Thanks a lot
It works |
Thanks a lot that worked perfectly! :D
|
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.