Hi guys,
I have a situation with a solution that is integrated with NAV.
95% of the customers are from Romania and they should see the prices without VAT and in the cart we have to display the total VAT and the total order value. This part works pretty well.
We also have a few customers (5%) ordering from outside of Romania in other currencies (usually either EUR or USD) and for which we should use a 0% VAT rate when displaying the order. And this part is giving me a headache.
I have started from the definition of the user, I have set the correct Billing country and currency. Prices are now retrieved from NAV in the correct currency.
I have then defined a corresponding country in Settings/Ecommerce/Internationalization/Countries
I have defined a VAT Group and set the VAT rate for Romania to 19% and the VAT for the other country to 0% and changed the vat setting in Ecommerce/Advanced/Prices to "Use VAT group rate as system VAT".
The setting"Prices in the database include VAT" is unchecked.
But I still get the 19% VAT applied for the user from the other country.
What am I missing?
What I have noticed is that if I assign the VAT group to products, the cart is correctly calculating the prices without VAT. Is there any way I can get the same behavior for prices in the ProductList or ProductDetail?
Thank you,
Adrian