Quote:
Originally Posted by funkydunk
This is amended in customer/main/product.tpl
change:
Code:
{include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra="width=100%"}
to
Code:
{include file="dialog.tpl" title=$product.product content=$smarty.capture.dialog extra="width=100%"}
|
Brilliant! I been try'n to figure that out for a couple days now..
Hrm, I should start here when working on issue.
Thanks again!