View Single Post
  #4  
Old 05-18-2003, 01:39 PM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

i think your after this.

in skin1/modules/products options/customer_options.tpl

change

Code:
<input type=text name="product_options[{$product_options[product_option].optclass}]" size=32>

to

Code:
<textarea name="product_options[{$product_options[product_option].optclass}]" cols="32" rows="5"></textarea>

see if that helps
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote