Re: Tax showing on customer invoice (16.000%)
I don't know if this will help anyone, but if you change the last digit of the 3 instances of
{$tax.rate_value|formatprice:false:false:3}
to another number, like 1, 2 or 0 it changes the number of decimal places. So for example if you changed it to:
{$tax.rate_value|formatprice:false:false:1}
your tax would be 6.0% instead of 6.000%
|