X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Tax showing on customer invoice (16.000%) (https://forum.x-cart.com/showthread.php?t=30700)

PuroPlacer 04-25-2007 02:31 AM

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

balinor 04-25-2007 02:40 AM

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.

carpeperdiem 04-25-2007 04:15 AM

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 *}
{* {if $order.extra.tax_info.display_cart_products_tax_rates eq "Y" and $_userinfo.tax_exempt ne "Y"}
<th nowrap="nowrap" width="100" bgcolor="#cccccc">{if $order.extra.tax_info.product_tax_name ne ""}{$order.extra.tax_info.product_tax_name}{else}{$lng.lbl_tax}{/if}</th>
{/if} *}
{* END 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

thefizix 04-26-2007 10:26 PM

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?

szenasim 02-06-2008 09:47 PM

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.