Hello, do not know why it did not calculate well the price without VAT goods. When I put the products, importing a CSV file, I have two fields: "price_value_with_tax", which is the price with VAT included, and "price_value", which is the price excluding VAT.
The issue is, as I told you, that devices mess with the price displayed on "price_value_with_tax", ie VAT, because when you enter the page of a particular product, the "price_value_with_tax" and the field "price_value" carries the same value.
I put in my shop the ability to purchase and send to destinations in other countries. In this case, the products would have to invoice without VAT, since I can not charge VAT in Spain to a customer in France, for example.
In the case of orders I get from Spain, I have no problem because prices are VAT correctly applied, but when a customer is in another country, the system should be able to remove the VAT and leave the standard VAT rate.
I guess this would be solved if the "price_value" good will store the value of the price without VAT, as it is in my CSV file. I do not understand why, if this file lists all prices include VAT and without VAT, then HikaShop only stored with VAT.
I created several tax rules and tax several areas to determine when to apply or not taxes, but really only works with shipping costs.
Could you help me? Thank you.