View Single Post
  #5  
Old 02-06-2008, 09:47 PM
 
szenasim szenasim is offline
 

Newbie
  
Join Date: Jan 2008
Posts: 6
 

Default 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%
__________________
Version 4.1.8
http://www.GreenfieldEssentials.com
Reply With Quote