• Resolved emveesolutions

    (@emveesolutions)


    I am trying some tax settings in woocommerce, but the one thing I need I cannot achieve.

    I want this:
    my product must always be $90 including tax.

    So if customer is from US, it is $90, including $0 tax
    If customer is from Netherlands it is $90, including +-$19 tax
    etc.

    IS it possible to achieve this? So basically I want the total always to be the same, wether the tax percentage is 5, 20 or 30%.

    https://www.ads-software.com/plugins/woocommerce/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    This is experimental and undocumented so please don’t moan/cry if this changes, but you can use this snippet to enable this functionality:

    add_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' );

    Since its an experimental feature, there may be side effects or plugin conflicts so test thoroughly.

    Thread Starter emveesolutions

    (@emveesolutions)

    That’s great, thanks a lot! Will try this and test it

    This is a great feature which is really important for a lot of users who sell across the EU.

    Please make this a standard, supported feature in your next release!

    For anybody interested, there is a small bug with the WooCommerce EU Vat Number extension which needs addressing (https://woocommerce.com/my-account/tickets/?id=443865).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Always keep price total including tax’ is closed to new replies.