Hi Jerome,
but it is not working as it should.
In the backend, I should always see the ex-vat and inc-vat price but that stopped working.
Now, inc-vat and ex-vat are always the same.
When I test with an inc-vat user in the frontend, i can see that hikashop has added the vat twice now. So, it has taken the inc-vat price and added the vat again.
See both attachments. frontend and backed.
The inc-vat user should see the "22" in the frontend, this is a 21% vat product, so the price should be 18,18 ex-vat.
But, in the backend the price isn't calculated anymore: you can see that the price for inc-vat and ex-vat is the same. So, ex-vat is 22 and inc-vat is 22. This is not right: it should be 18,18 ex-vat and 22 inc-vat.
But then, in the frontend this user doesn't see the 22 price but a 27 price. So, there it is calculating the vat.
So, it seems that the vat in the backend isn't working anymore.
In this example i've tested with an inc-vat user.