Our issue is that we want to apply 10% GST to prices, if we put the prices as cost price minus 10% the prices are shown as all ext GST, but we want to display all prices as inc GST.
If I make all the prices inc GST and set apply VAT rules to off it seems to be ok, but it then adds the GST/VAT to the checkout.
Example:
VAT rules apply Off
Tax set to 10%
Product A = $10 inc GST, price in backend is $10.00 displays as $10 on the site and in the cart, but at checkout, it is making the total cost $11 as it is adding the GST on top of the price.
VAT rules apply On
Tax set to 10%
Product A = $9.09 ex GST, price in backend is $9.09 displays as $9.09 on the site and in the cart, but at checkout, it is making the total cost $10 as it is adding the GST on top of the price. This process seems correct but the display price throughout is not.
Is there a setting or such to display prices inc or ex tax on the listing and detail templates?
This is surely an issue for others, I know woo-commerce makes this process really easy.