![]() |
Removing the Product #
I have hunted and tried to find the answer to this fairly simple question. When displaying the details for any product.
In the header of that detail box it has: ProductName #1 I am looking to remove the #1 (or whatever ProductID that product has). Can anyone help me find exactly where to to find it? Thank you in advance. -James |
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%"} |
Fantastic - Thank you very much! Looks great now. Let me know if there is anything I can do for you!
James |
Quote:
Sure, send me a truck full of 100's :lol: |
Quote:
If I had it I would send it :D |
Quote:
That is nice. So if I want to replace product # with SKU #, what need to be done? Please help |
All times are GMT -8. The time now is 07:05 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.