View Single Post
  #2  
Old 09-01-2004, 12:55 PM
 
mffowler mffowler is offline
 

X-Adept
  
Join Date: Mar 2003
Location: Melbourne, Australia
Posts: 811
 

Default

You should probably use the "Product Management" forum, as you'll see the same type of post. In the meantime, just go to customer/main/product.tpl (like you said) and look towards the bottom for:

Code:
{include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra="width=100%"}

and replace it with:

Code:
{include file="dialog.tpl" title=$product.product content=$smarty.capture.dialog extra="width=100%"}

- mike.//
__________________
4.1.9
Reply With Quote