Page 1 of 3 123 LastLast
Results 1 to 10 of 28
  1. #1
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default 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:
    Attached Images Attached Images  
    Zencart 1.3.9h - PHP 5.2.13 - My SQL 5.0.84 - Apache 1.3.41

  2. #2
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Tax 0%: checkout confirmation

    Admin - configuration - my store - tax zero display
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: Tax 0%: checkout confirmation

    Hello Again DrByte!

    Do you mean this setting? It was set to "Off"

    Changing this setting does not have an affect.
    Attached Images Attached Images  
    Zencart 1.3.9h - PHP 5.2.13 - My SQL 5.0.84 - Apache 1.3.41

  4. #4
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default 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.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default 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>
    Last edited by Kim; 25 Dec 2011 at 07:35 PM.
    Zencart 1.3.9h - PHP 5.2.13 - My SQL 5.0.84 - Apache 1.3.41

  6. #6
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Tax 0%: checkout confirmation

    What tax rate is set up for each of those zones?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: Tax 0%: checkout confirmation

    Quote Originally Posted by DrByte View Post
    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:

    Zencart 1.3.9h - PHP 5.2.13 - My SQL 5.0.84 - Apache 1.3.41

  8. #8
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Tax 0%: checkout confirmation

    Admin->Configuration->My Store->Show Split Tax Lines ... is that set to true for some reason?

    Show Split Tax Lines
    If multiple tax rates apply, show each rate as a separate line at checkout
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: Tax 0%: checkout confirmation

    Quote Originally Posted by DrByte View Post
    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?
    Zencart 1.3.9h - PHP 5.2.13 - My SQL 5.0.84 - Apache 1.3.41

  10. #10
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default 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.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Shipping Tax Calculation being *DROPPED* at the checkout confirmation page only
    By Canvas101 in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 0
    Last Post: 28 Jul 2010, 01:14 PM
  2. Replies: 1
    Last Post: 21 Jul 2009, 10:40 PM
  3. PayPal Express Checkout no checkout confirmation
    By amentes in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 9 Sep 2008, 09:20 AM
  4. Removing the tax display on checkout payment/confirmation
    By Reesy in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 May 2006, 06:47 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR