Hello,
I would like to round the prices in a way to end up always with a trailing zero.
For example the price of 3.04 to be rounded to 3.00
Some more examples:
4.45 to become 4.50
7.75 to become 7.70
5.81 to become 5.80
There must be a function which is doing calculation on 5% discount which I can not seem to find it.
functions.php is almost 3k lines.
Any guidance will be appreciated.
Thanks