VAT Number overwritten
-
Hi,
we have a problem when adding a new address at the checkout page.
Once a new shipping address is added and the order placed, the VAT number field of the user is cleared.
The form field name, id, and DB user_meta, are ‘vat_number’.If the address is added from the My Account page, it works correctly, the vat_number is correctly kept.
In the checkout page, if the address is just switched from one to the other, the vat number is correctly kept too.We tried to exclude the id ‘vat_number’ in the scripts.js at line 112 (of course in the minified version scripts.min.js) by modifying with:
$( '.shipping_address input' ).not( $( '#shipping_country', '#vat_number' ) ).each(
but no luck…
Any help? Thanks in advance!
- The topic ‘VAT Number overwritten’ is closed to new replies.