How can I get prices to round to (for example) 6.95 when the price is 5.91 + 17.5% vat. Currently it goes to 6.94 - or 6.96 if I set the price as 5.91 / 5.92

I can hack it in the product display page - but then the shopping cart shows the wrong price as it's using the 'proper' calculated figure.

Any clues?

Comments

gordon’s picture

Component: store » tax
Status: Active » Fixed

I have fixed the rounding errors so that on amounts that are more than 2dp the system will round the taxable amount to 2dp

Anonymous’s picture

Status: Fixed » Closed (fixed)