View Single Post
  #2  
Old 07-11-2008, 02:28 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Adding a Notes Section Under Options

Try to open the file "skin1/modules/Product_Options/customer_options.tpl", find the following line

PHP Code:
<input id="po{$v.classid}type="text" name="{$poname}value="{$v.default|escape}/> 

and there add an additional tag with the size of the field (size = "100").
Reply With Quote