Hi All. I am trying to use a 5% discount coupon on my website. I currently use the option to show Product Prices including taxes everywhere on site. Here is the issue – woocommerce is calculating discount amount by applying 5% on the price including tax. Eg. Price including tax is 100, tax is 18%. In these case, discount should be 0.05*(100/1.18) = 4.23.
But instead woocommerce is calculating 5% of 100 = 5, which is incorrect.
Somehow the final tax that it calculates is still correct, butthis discount value is wrong. How to correct this, is there any plugin I can use ?
[ad_2]