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
|