The prices are including VAT Tax. The VAT % applied is based on the delivery address. When the delivery country is changed and the VAT % changes, the the amount incl. tax is changed.
For example:
An amount of 0.79 euro is calculated as tax which corresponds with a delivery adress in the Netherlands. 19% Vat is applicable.
Price ex VAT 4.94/1,19=4,15 VAT Amount = 4,15*0,19=0,79
This is working fine.
When a change the delivery date to the country Belgium, where the VAT is 21%
Then the all the amount including tax is increaded. This should not happen as we choose use prices including tax.
The calculation thats is made by Magento is based on the price excel tax when 19% Dutch VAT was applicable and then applied 21 Belgian VAT: Price EX VAT: 4,15 = wroing amount has not been recalculated Belgian VAT Amount = 4,15*,21= 0.87 = wrong amount
The correct calculatio should be: Price ex VAT 4.94/1,21= 4,08 = correct price excl 21% tax VAT Amount = 4,08*0,21= 0,86 = correct 21% VAT Amount
Total price = 4,94 incl. VAT
For Belgium i get this price 5,02 and it should be 4,94.
Desired Outcome: The amount incl tax should stay the same regardless of the VAT% applied.
How can i fix this.