![]() |
Tax showing on customer invoice (16.000%)
Hi!
We are trying to edit the customer invoice template. Is there a way to know where does the tax reference on the invoice comes from? I need to get rid of the tax reference text as our customers don╢t need to know what percentage of tax they are paying. (On our invoices it shows at the bottom right below the grand total) Does anyone know which is the document/template to edit? Lucas |
Re: Tax showing on customer invoice (16.000%)
You can control that in the actual Tax setup screen...there are some checkboxes that you can turn on/off to display it certain ways.
|
Re: Tax showing on customer invoice (16.000%)
Also - in /skin1/mail/html/order_data.tpl
you may want/need to comment out a tax display table cell I did for my store. for example: Code:
{* BEGIN comment out the itemized tax field in the html invoice *} also, 3 instances of: Code:
{* {$tax.rate_value|formatprice:false:false:3} *} I think this is the only tax related display code that I commented out. Each store will need to find its own best way to display how you want for your customers. Hope this helps. Jeremy |
Re: Tax showing on customer invoice (16.000%)
I have the same question not able to remove tax from the invoice? was confused about what to edit in order_data.tpl?
|
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% |
All times are GMT -8. The time now is 02:36 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.