Plugin Support
Jignesh
(@jigneshmpatel)
Hello,
We have included a fix for the issue you reported in this version : Download Link
Please try this and let us know how it works for you.
If it still doesn’t work, please add the following code using the Code Snippets plugin.
add_filter('woocommerce_checkout_fields', function($fields){
if ( isset($fields['billing']['billing_eu_vat_number']) ) {
$fields['billing']['billing_eu_vat_number']['required'] = false;
}
return $fields;
});
Best Regards
-
This reply was modified 6 months ago by
Jignesh.
Plugin Support
Jignesh
(@jigneshmpatel)
Hello,
Have you had a chance to test the latest version we shared?
Please let us know how it works for you.
Best Regards
Plugin Support
Jignesh
(@jigneshmpatel)
I’m closing this ticket now. If you have any further questions or run into any issues, feel free to open a new one — we’ll be happy to assist you.