View Single Post
  #2  
Old 10-15-2003, 06:24 PM
 
chatfield chatfield is offline
 

Advanced Member
  
Join Date: Aug 2003
Location: Amarillo TX USA
Posts: 38
 

Default

This information was provided in a previous thread:

In customer/main/product.tpl
almost at the bottom replace

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


with

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