I can set MAIN_ROUNDOFTOTAL_NOT_TOTALOFROUND to 1 and this works for VAT but not for any local taxes. How can I apply it to localtaxes
I’m afraid this option is not supported for localtaxes.
The function update_price() should be updated for that.
If anyone else has this problem, I got around this by setting my limits and accuracy to the following
Max decimals for unit prices = 8
Max decimals for total prices = 8
Max decimals for prices shown on screen = 2
In this way it only really rounds at the final because of the higher accuracy of the individual prices.




