![]() |
How to remowe SKU from product's title on product's page?
Hello!
I have a product called "Gadget", it appeares in ver 4.0.2 on the product's page as "Gadget # 12344556" I just moved to XCart 4.0.2 and can't find how to remowe this SKU # from product's title on product's page (in version 3 that was in customer/main/product.tpl) Does anyone know how? |
You should probably use the "Product Management" forum, as you'll see the same type of post. In the meantime, just go to customer/main/product.tpl (like you said) and look towards the bottom for:
Code:
{include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra="width=100%"} and replace it with: Code:
{include file="dialog.tpl" title=$product.product - mike.// |
All times are GMT -8. The time now is 02:13 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.