0 Vat for EU customers without changing price
-
Hi, thanx for the great plugin.
Everything seems to work good with one exception:
My setup is as follows:
I’m using the experimental mode of WooCommerce – the price should stay always the same, only the tax is changing:
add_filter( ‘woocommerce_adjust_non_base_location_prices’, ‘__return_false’ );
My prices are bruto prices.
1. for customers from Canary Islands we charge always our local tax I.G.I.C 7% – the same for business (with tax-number) as for individuals.
–>price 50 Euros (incl. 7% I.G.I.C tax calculated correctly — WORKS
2. for customers from rest of Spain + EU Countries I want to charge :
Corresponding tax of each country if indivídual client – — WORKS
–>price 50 Euros (incl. X% tax depends country calculated correctly — WORKS
3. If business with tax-number – 0 % VAT,
The problem: the VAT is extracted from price . So the example price of 50 Eur becomes 46 €, 47 € – depends country ……
Is there any workaround to fix it?
something like : “if VAT EU –> TAX=0% ?
Without substracting the corresponding country tax?
Thanx & Regards
- The topic ‘0 Vat for EU customers without changing price’ is closed to new replies.