1 Attachment(s)
Tax 0%: checkout confirmation
Merry Christmas Everyone!
Its been awhile since I configured my ZC, so tell me if this is something normal that I forgot about it or some quick fix.
On my checkout_confirmation page, under cart contents:
The tax is displayed (0%) on orders for customers outside my tax state.
Tax (correctly) does not appear in order total.
---->How do I make the "Tax 0%" on non-tax (out of state) orders go away? <----
Other info:
Everything works fine.
all my products are taxable.
On in state (taxed) orders: The tax is NOT displayed under cart contents, but does correctly appear in the order total.
Out of State Customers See This:
Re: Tax 0%: checkout confirmation
Admin - configuration - my store - tax zero display
1 Attachment(s)
Re: Tax 0%: checkout confirmation
Hello Again DrByte!:cool:
Do you mean this setting? It was set to "Off"
Changing this setting does not have an affect.
Re: Tax 0%: checkout confirmation
Okay, your problem appears to be related to your actual tax rates. See admin - locations/taxes - tax rates.
Maybe you've added a zone which has a zero rate somehow.
Re: Tax 0%: checkout confirmation
Locations/Taxes > Tax Rates:
1 Tax Rate (My State) > Define Zones:
[SCR]http://i418.photobucket.com/albums/pp268/42p4V2Q6P7Q79PH/zc/ZoneDefinitions.jpg[/SCR]
I set my admin stuff a long time ago, so I created these other zones for a reason (shipping maybe...getting rusty on my zc) .....but don't remember seeing this issue before, could it be in the last upgrade code?
here is what I have on the cc page around line 133:
PHP Code:
<?php
// If there are tax groups, display the tax columns for price breakdown
if (sizeof($order->info['tax_groups']) > 1) {
?>
<th scope="col" id="ccTaxHeading"><?php echo HEADING_TAX; ?></th>
<?php
}
?>
<th scope="col" id="ccTotalHeading"><?php echo TABLE_HEADING_TOTAL; ?></th>
</tr>
Re: Tax 0%: checkout confirmation
What tax rate is set up for each of those zones?
Re: Tax 0%: checkout confirmation
Quote:
Originally Posted by
DrByte
What tax rate is set up for each of those zones?
see photo above, 3 zones, only one with a tax rate:
International (no tax rate)
USA (no tax rate)
Taxes & Zones Defined in my state only:
http://i418.photobucket.com/albums/p...zc/taxrate.jpg
Re: Tax 0%: checkout confirmation
Admin->Configuration->My Store->Show Split Tax Lines ... is that set to true for some reason?
Quote:
Show Split Tax Lines
If multiple tax rates apply, show each rate as a separate line at checkout
Re: Tax 0%: checkout confirmation
Quote:
Originally Posted by
DrByte
Admin->Configuration->My Store->Show Split Tax Lines ... is that set to true for some reason?
That value is set to false.
Is there an admin setting that turns on/off:
Display the TAX % heading/column in checkout confirmation/orders?
or a code work around?
Re: Tax 0%: checkout confirmation
It should not show if there is no tax to display. Does your USA zone include NY? If so then maybe you've got it tricked into thinking it needs to do "group taxes", and thus you're forcing it to display anyway.