Rounding with Decimal Points and Currency [SOLVED]

We have an issue where our 7.5% sales tax is sometimes off by a cent.

If the subtotal is $69, the sales tax is $5.175

We have the sales tax display format set as $ currency, two decimal points. It shows up as $5.17 instead of the desired $5.18

I don’t want to display three decimal places on our invoices. I’m sure this is a simple problem that many of you have solved. Thanks for your help!

Have you tried messing around with :rounded to, :floor, and :ceiling modifiers?

2 Likes

Thank you!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.