View Single Post
  #4  
Old 08-13-2008, 11:21 AM
 
MattZatus MattZatus is offline
 

Member
  
Join Date: May 2008
Posts: 19
 

Default Re: How do I increase the size of a text field in "customer options"???

I placed this in customer_options.tpl :

{elseif $v.is_modifier eq 'T' & $v.classtext eq 'Keywords'}
<input id="po{$v.classid}" type="text" name="{$poname}" value="{$v.default|escape}" style="width:300px;height:100px" />
{else $v.is_modifier eq 'T'}

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


The option that I named Keywords is still displaying the regular text field. Did I enter something wrong? Thanks
__________________
Version 4.1.9
Reply With Quote