Closed (fixed)
Project:
Commerce Shipping
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2020 at 18:56 UTC
Updated:
15 Sep 2025 at 11:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
rwanthExample:
OrderItem1: 6.66
OrderItem2: 5.55
Shipping: 4.44
An 8% tax rate:
0.5328
0.444
0.3552
Rounding at order item:
0.53 + 0.44 + 0.36 = 1.33
Round at order level (expected):
0.5328 + 0.444 + 0.3552 = 1.332, rounds to 1.33
Round at order level (actual):
round(0.5328 + 0.444) + round(0.3552)
0.98 + 0.36 = 1.34
Comment #5
init90I can confirm that issue described here is still valid.
Comment #6
init90Comment #9
jsacksick commented