In RecurlyJS, there is no way to disable the VAT number field on the checkout form. Many countries don't need a VAT number and therefore should not be forced to display this field.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | recurly-remove_vat_number_2647504-2-7.patch | 1.68 KB | sheldonkreger |
Comments
Comment #2
sheldonkreger commentedPatch.
Comment #3
sheldonkreger commentedComment #4
aburke626This looks good! Thanks for the patch. Would you be able to add this for the 8.x branch, as well?
Comment #5
aburke626Comment #7
aburke626Comment #8
sheldonkreger commentedThere is some javascript code starting on line 70 of recurlyjs/recurly-element.js which has some conditional logic. It looks like it tries to hide the element unless an EU country is selected in the country field. However this probably broke during the V3 refactor. It might be worthwhile to clean this up or even fix it.