• Resolved molz

    (@molz)


    hi – thanks very much for your help with this

    ive uploaded the logs you asked for

    (and obv opened this new topic to continue)

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.