-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OrderTotal Rounding #1424
Comments
My I suggest a slightly different implementation. Rounding could then be implemented as: q = Math.Truncate(v/p); Furthermore, I would suggest to have two rounding settings per currency. One for Price and one for Amount. Additionally, there might be the need to have a separate rounding scheme for order total only. |
Closed #1424 |
Would be nice to have the ability to configure OrderTotal rounding.
Eg. in Sweden decimals (ören/cents) are not used anymore, and when using discount codes with percentage, the order total get decimals.
i want the order totals (only) to look like this:
Sub-total: 10,00
Tax 2,50
Rounding: 0,50
Total: 13,00
See discussion at http://www.nopcommerce.com/boards/t/41958/suggestion-ordertotal-rounding.aspx (waiting for reply)
and https://en.wikipedia.org/wiki/Cash_rounding
See related work item - #677
Contribution: #1983 and #1992
The text was updated successfully, but these errors were encountered: