Try:
skin1/customer/main/
product.tpl
skin1/main/
product.tpl
and
skin1/admin/main/
product_links.tpl
all three files has the line:
Code:
{include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra='width="100%"'}
Just replace it exactly with inebriate's code.
Code:
{include file="dialog.tpl" title="`$product.producttitle` : `$product.productid`" content=$smarty.capture.dialog extra='width="100%"'}
I tried the first product.tpl file and it worked ok when viewing the product page.
Haven't tried the other two yet.
- MoonDog -