Error in apportioning the discount when there is a multiplier unit
Shopping
•
ID:
Backlog
Published on3/20/2018
•
Last updated on12/22/2022
1 min read
Summary
In cases of orders with discount that have non-integer multiplier items, rounding is performed per item, not after the sum of all items.
This can result in the loss of a few cents.
Simulation
- Create percentage promotion.
- Receive an order with items that use non-integer multiplier.
- Analyze the apportionment of the discount.
Workaround
At the moment, we do not have a workaround for this scenario.