Posted on 16/10/2025 10:24:02
Hi
VAT on taxes is affected on 2 things - if the prices in database is set to be with vat or not - and then the tax provider it self has VAT=true/false. The flat tax provider is hardcoded to vat = true - so it actually adds VAT. That should probably be a setting so it can be controlled.
The Ecom:Order.Taxes.Total tags are reflected by the setting "show prices with vat" - so if you add ?PricesWithVAT=false|true - the tax amount would change accordingly.
So we could change those 2 things - to correctly calculate sum of order taxes when VAT is included - and being able to set that on the flattaxprovider.
BR Nicolai