Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Tax showing on customer invoice (16.000%)

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 04-25-2007, 02:31 AM
 
PuroPlacer PuroPlacer is offline
 

Advanced Member
  
Join Date: Jan 2007
Location: Marbella, Spain
Posts: 61
 

Default 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
__________________
PuroPlacer
X-Cart version
X-Cart Pro 4.1.5
Reply With Quote
  #2  
Old 04-25-2007, 02:40 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default 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.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #3  
Old 04-25-2007, 04:15 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default 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
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #4  
Old 04-26-2007, 10:26 PM
 
thefizix thefizix is offline
 

Advanced Member
  
Join Date: Mar 2006
Location: San Deezy
Posts: 46
 

Default 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?
__________________
Conrad 'Rick' Alberto
San Diego, CA
www.TheFizix.com

X-Cart version 4.1.9
Reply With Quote
  #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
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 02:59 PM.

   

 
X-Cart forums © 2001-2020