![]() |
Remove id number from product name?
How do I remove the id number from my product title in the detail pages.
Current display is: "product name #xxxxxxxx" I want: "product name" What do I remove from which file(s)? I notice that if I let xcart set the SKU's for me the id number seems to match the SKU, but if I change my SKU's, the id doesn't change with them. Seems odd. Thanks. McDoug |
Re: Remove id number from product name?
Quote:
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%"} I hope this will help you Kind regards, Ricky |
Thanks
many thanks, ricky
exactly what I wanted Doug |
Re: Thanks
Quote:
Glad I can help, Kind regards, Ricky |
Sku & Product ID
Is there a way to force the product ID to match a user defined SKU?
Thanks |
Thanks I was looking for this PLUS, I want to replace the Product ID with the SKU, in the same spot. Could you please help me.
Thank you. |
Make topic sticky
This thread should be made stickly. I bet a lot of people have this question.
|
This question has been answered hundreds of times already. No one bothers to search the forum before asking :)
And otterhound, you should read some stickies...particularly the one that instructs you to put your x-cart version in your signature ;) |
Quote:
Fair enough |
:D
|
All times are GMT -8. The time now is 09:41 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.