GST calculation is not working properly in woocommerce
Question
I need to show price in cart with GST amount. GST rate is 18%. But the cart shows the GST amount as 1.80Rs always. I need to calculate GST amount based on total cart price.
In this example the GST amount should be 7040.592Rs
. But it showing only 1.80
which means it is calculated like 18/100
, instead of total * 18 / 100
My settings are
[![enter image description here][4]][4]
[![enter image description here][4]][4]
0
woocommerce
6 months
2020-09-04T07:10:28-05:00
2020-09-04T07:10:28-05:00 0 Answers
74 views
0
Leave an answer
You must login or register to add a new answer .