• Resolved oblaum

    (@oblaum)


    hello,

    due to the EU tax change on 1st july i need to use this script to show always the price incl. (and not without tax plus the EU country tax).

    add_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' );

    this works as i need it – BUT
    i need exclude three countries (CH, LI and NO) to exclude from this snippet (as there it should not have tax for these countries and my prices are incl. tax)

    how to solve this?

    cheers + thanks
    oli

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Have you considered using a plugin like EU/UK VAT Compliance Assistant for WooCommerce? It looks like the plugin can detect user’s IP location and display appropriate VAT based on the IP.

    If you prefer to go with custom coding, you might also be able to find someone willing to volunteer their time and knowledge in the Advanced WooCommerce group on Facebook or the #developers channel of the WooCommerce Community Slack.

    Thread Starter oblaum

    (@oblaum)

    hello maykato,

    thank your for your tipps.

    i have tested the eu/uk/vat compliance assistant plugin,
    there is an option, too. but does not work out for non-eu countries (CH, LI and GB).

    i will try to hire a woocommerce function specialized.

    have a great day!
    oli

    Plugin Support abwaita a11n

    (@abwaita)

    Hi @oblaum,

    Glad to hear that you’ll proceed with the custom coding option; thanks for letting us know!

    I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘eu tax filter’ is closed to new replies.