Price including tax doesn’t play nice with EU VAT Number Plugin
-
Hi!
I’m trying to use the Prices including tax – Experimental Behavior in my shop, because I want to sell to every country with the same price.
add_filters( 'woocommerce_adjust_non_base_location_prices', '__return_false' )
I also bought the EU VAT Number Plugin to remove the VAT for companies in the EU.
BUT… there’s one small problem:
Whenever I activate the experimental behavior and the plugin, something strange happens at checkout when someone enters a valid VAT Number.
The price of the product gets subtracted with the base address tax (20% in my case).
And the subtotal and total with tax based on the entered billing country (19% in Germany) which is right. See this screenshot: https://www.dropbox.com/s/i90dgmrqconce6j/Screenshot%202017-01-19%2016.13.58.png?dl=0How do I get the product price to display correctly?
Thank you!
- The topic ‘Price including tax doesn’t play nice with EU VAT Number Plugin’ is closed to new replies.