Of course, i want some users to see prices like in this image:
https://snipboard.io/ebcEsV.jpg
And others to see the same product price like in this image:
https://snipboard.io/znBmVk.jpg
In this example, the suffix is “+ VAT” and I want it to hide it from some users.
Sorry for the delay in my answer, here are the screenshots:
Tax setting:
https://snipboard.io/PQXeFp.jpg
Tax in Italy:
https://snipboard.io/vGFe1T.jpg
Variatons Prices (tax included as I configured taxes that way):
https://snipboard.io/cmKFb1.jpg
https://snipboard.io/69AXxG.jpg
Variations prices shown in the shop:
https://snipboard.io/4ORLCu.jpg
So the problem here is that the price for the first variation is set to 115.90 (tax included in product config) so in the shop the price should be 115.90 minus the 22% (because my billing address is from Italy) and it should show 95.00 instead of 77.87 and 120 instead of 98.36
The thing is woocommerce is taking the amount of 115.90 and its taking 22% from that price, and then its taking other 22% from the reduced price.
Its reducing the taxes twice and i dont know why.