Subtotal issue in cart
-
Hi,
I am facing discount price issue. My site wordpress version is 5.4.
Woocommerce version is 3.9.0.
The method of calculation done by the plugin causes a side effect of a “wrong” calculation. Below describes this issue.Product price is 14.95
Discount is 0.10
Discount amount is 1.495(this is not rounded to 2 decimal places as money should be)
Discounted price is 13.455(because discount amount is not rounded to 2 decimal places, the discounted product price displays like this)Calculation issue on checkout
Qty is 2(When Qty is >1, the issue can happen)
Discounted price is 13.455(seen by the application)
Discounted price is $13.46(seen by the customer)
Qty * discounted price is 26.91(product subtotal shown on checkout to customer “appears” to be wrong since clearly $13.46! = $26.91How to solve this issue. Could you please give me some idea
- The topic ‘Subtotal issue in cart’ is closed to new replies.