Re: How do I increase the size of a text field in "customer options"???
{if $v.is_modifier eq 'T' & $v.classtext eq 'Notes'}
<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}" />
Change Notes to wahtever you named you field, and just placve a style in the box.
__________________
xcart 5.1.2
|