DIYWebHosting Posted October 22, 2008 Share Posted October 22, 2008 I noticed a bug today with the total price calculation when using multiple tax levels. Example: Sub Total: $42.72 5.00% Tax Due: $2.14 5.00% Tax Due: $2.14 Credit: $0.00 Total Due: $46.99 Actually $42.74 + $2.14 + $2.14 = $47.00 not $46.99 If one was to take the two tax values (5% and 5%) and combine them to make 10% this would come to $46.99, but is not the correct way to do things as it should be adding the two tax values ($2.14 and $2.14) to make a total of $47.00. Link to comment Share on other sites More sharing options...
sparky Posted October 22, 2008 Share Posted October 22, 2008 Actually $42.74 + $2.14 + $2.14 = $47.00 not $46.99 When I went to school that adds up to $47.02 Link to comment Share on other sites More sharing options...
DIYWebHosting Posted October 22, 2008 Author Share Posted October 22, 2008 Sorry the sub-total was $42.72. Link to comment Share on other sites More sharing options...
DIYWebHosting Posted October 22, 2008 Author Share Posted October 22, 2008 It has been confirmed that the system is using the actual value of $2.136 (5%) instead of the rounded value of $2.14 to calculate the total due, and will be looked into. Link to comment Share on other sites More sharing options...
redrat Posted October 22, 2008 Share Posted October 22, 2008 Well done in getting this little bug sorted. It all helps tweak a great product. Link to comment Share on other sites More sharing options...
Recommended Posts