hi, ok but how to round price sub total to 2 decimal after it is multiplied by qty?
for display that, for example if i buy 2 products 4.90 with 5.5% (4.6445 in admin):
sub total= 4.6445 x 2= 9.289, display 9.28 should be 9.29
rounded tax= 0.2555 x 2 = 0.511 display 0.51 ok
total= 9.28 + 0.51 = 9.79 but i want 9.29+0.51=9.80 (4.90 X 2)
there are two methods:
1. Make the sum of the rounded prices
2. Make the rounding of the sum of the prices
thanks a lot!
for display that, for example if i buy 2 products 4.90 with 5.5% (4.6445 in admin):
sub total= 4.6445 x 2= 9.289, display 9.28 should be 9.29
rounded tax= 0.2555 x 2 = 0.511 display 0.51 ok
total= 9.28 + 0.51 = 9.79 but i want 9.29+0.51=9.80 (4.90 X 2)
there are two methods:
1. Make the sum of the rounded prices
2. Make the rounding of the sum of the prices
thanks a lot!