View Single Post
  #5  
Old 01-07-2008, 09:38 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Edit Product Name On Product Detail Page

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}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote