I want prices without decimals, for example: 580,-
Some prices are difficult to get right after VAT is added. In DynamicWeb 487,39 + 19% VAT becomes 579,99 - and if I modify the price in backend to 487,40 it becomes 580,01 in frontend.
I've added a rounding method just like example #1 in the documentation, but it doesn't have any effect on the product price. Am I missing something?
Another solution might be to have move decimals in backend. Is it possible to have more than 2 decimals?