Re: Edit Product Name On Product Detail Page
Quote:
Originally Posted by balinor
If you want to use the default dialog.tpl, you really can't move it. The solution is to comment out dialog.tpl, and use this variable to display the title where you want. So in customer/main/product.tpl, comment out these lines:
{capture name=dialog}
{/capture}
{include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra='width="100%"'}
and then use this variable to display the title where you want:
{$product.product}
|
U DA MAN BALI!!!
__________________
Thanks,
Alex.
Too many version to list. I have some on 3.51 and some on the latest version.
|