Quote:
Originally Posted by mcdoug
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
|
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