i'm developing a small catalog whose products can be bought either by individuals or organziations that are exempt from vat (actually texas sales tax).
i've checked off exemption allowed in business settings and, in design|text have used the taxes user defined field (show, NOT required) and given it a prompt of 'reseller or exemption number'.
when i look at the site and go into checkout, sure enough, the message is there, but the form field is pre-filled with 'reseller or exemption number' which i don't think is correct. i.e.
<input type="text" name="TAXUSERDEFINED" size="20" maxlength="255" value="Reseller or Exemption Number" />
is there any way to get rid of this?
i've checked off exemption allowed in business settings and, in design|text have used the taxes user defined field (show, NOT required) and given it a prompt of 'reseller or exemption number'.
when i look at the site and go into checkout, sure enough, the message is there, but the form field is pre-filled with 'reseller or exemption number' which i don't think is correct. i.e.
<input type="text" name="TAXUSERDEFINED" size="20" maxlength="255" value="Reseller or Exemption Number" />
is there any way to get rid of this?
Comment