Page 43 of 64 FirstFirst ... 33414243444553 ... LastLast
Results 421 to 430 of 635
  1. #421
    Join Date
    Jan 2007
    Posts
    169
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    Quote Originally Posted by supersnow View Post
    Also noticed something else. If a customer is in the state but NOT in the local tax zip code, the local zipcode shows up but with a $0 in the order total.
    Hello SuperSnow and jeking and LadyHLG:

    I am able to reproduce the "display issues" mentioned by SuperSnow and jeking on version 1.3.9h and Local Sales Mod 2.5.

    Better yet, there is a code fix of this display issue as described linked here.

    The issue is really really difficult to describe in text or email. The above link with pictures really makes it clear.

    To reproduce the problem, you can configure the setting as shown linked here.

    Hopeful, the code fix can be incorporated into the next version of Local Sales Tax Mod? I do find the Local Sales Tax mod to be quite useful.

  2. #422
    Join Date
    Feb 2011
    Posts
    10
    Plugin Contributions
    0

    red flag Re: Local Sales Tax Mod - Support Thread

    Hey Lady thanks for the awesome Mod. I have everything set up for WI and the tax is working but in the shopping cart the tax is being displayed 3 times. I am attaching a screenshot so you can see what I am talking about. Any suggestions on how to have only 1 show. Not sure what is going on?
    Attached Images Attached Images  

  3. #423
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,563
    Plugin Contributions
    28

    Default Re: Local Sales Tax Mod - Support Thread

    Quote Originally Posted by bradg120177 View Post
    Hey Lady thanks for the awesome Mod. I have everything set up for WI and the tax is working but in the shopping cart the tax is being displayed 3 times. I am attaching a screenshot so you can see what I am talking about. Any suggestions on how to have only 1 show. Not sure what is going on?
    What you're seeing is the result of the bug in the mod explained in the post above yours.

  4. #424
    Join Date
    Jan 2007
    Posts
    169
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    Quote Originally Posted by bradg120177 View Post
    ... the tax is working but in the shopping cart the tax is being displayed 3 times. I am attaching a screenshot so you can see what I am talking about. Any suggestions on how to have only 1 show. Not sure what is going on?
    Here is the link to fix of the display issue with local taxes. Hope that helps.

  5. #425
    Join Date
    Feb 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    Thanks Guys I applied the changes and that fixed it!!!

  6. #426
    Join Date
    Apr 2007
    Location
    California, USA
    Posts
    233
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    Quote Originally Posted by artcoder View Post
    Hello SuperSnow and jeking and LadyHLG:

    I am able to reproduce the "display issues" mentioned by SuperSnow and jeking on version 1.3.9h and Local Sales Mod 2.5.

    Better yet, there is a code fix of this display issue as described linked here.

    The issue is really really difficult to describe in text or email. The above link with pictures really makes it clear.

    To reproduce the problem, you can configure the setting as shown linked here.

    Hopeful, the code fix can be incorporated into the next version of Local Sales Tax Mod? I do find the Local Sales Tax mod to be quite useful.
    Thanks this fixed the issue of the $0 local tax showing up for outside the local tax area on the payment page.
    Thanks
    Supersnow

  7. #427
    Join Date
    Apr 2007
    Location
    California, USA
    Posts
    233
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    Quote Originally Posted by supersnow View Post
    LadyHLG,

    Ok so finally had some time to work this issue regarding the local taxes and the customer tax exempt and why it was working and now no local taxes show for any customer.

    So on my test site I reinstalled the local taxes module without any local tax modified files for the tax exempt files. And the local taxes appear again and worked for all customers. The tax exempt customers shows the local taxes but not the normal states taxes as I thought would happen. And the normal customers showed the correct local and correct state tax.

    So now the problem is to get the local taxes not to show with the tax exempt set to ALL.

    Then I uploaded the two files you gave me to work with the tax exempt from the extra functions folder and the order total folder. Then the local taxes disappear from all customers again.

    So I think something is not working with the check_exempt_mod() in functions_local_taxes.php:
    Code:
     //check for exempt mod
      
     function check_exempt_mod(){
     // get customer exempt status 
      global $db; 
     
       if ($_SESSION['customer_id']) {
            $customers_id = $_SESSION['customer_id'];
            $customer_check = $db->Execute("select * from " . TABLE_CUSTOMERS . " where customers_id = '$customers_id'");
        }
        if ($customer_check->fields['customers_tax_exempt'] = "ALL") {
            return false;
            }else{
            return true;
        }
         
     
     }
    I really would love for this to work. Thanks again for such a great mod!
    Has anyone got any ideas why this is not working with tax exempt. The state tax is showing up as $0 but the local tax is still get calculated and added to the total even when they are tax exempt is set to ALL.
    Thanks
    Supersnow

  8. #428
    Join Date
    May 2005
    Posts
    361
    Plugin Contributions
    2

    Default Re: Local Sales Tax Mod - Support Thread

    supersnow, artcoder and everyone,
    I apologize for my absence! I haven't been ignoring you all, I just haven't received a single email notification (until this morning) of the discussions going on here!

    Artcoder - thank-you for the bug fix!! I will get those into the mod and post an update as soon as I am able.

    supersnow - Let me look into your exemption problems and see if I can figure this out.

    DebraM - Would certainly like to know how TaxCloud works out for you...it looks like it could be an easier alternative to setting up all the taxes, the only problem I can see is that you can not use coupons with it yet..but I think they are working on that.

    Again, everyone I am sorry if it seemed I had disappeared!

    LadyHLG

  9. #429
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    Quote Originally Posted by artcoder View Post
    Hello SuperSnow and jeking and LadyHLG:

    I am able to reproduce the "display issues" mentioned by SuperSnow and jeking on version 1.3.9h and Local Sales Mod 2.5.

    Better yet, there is a code fix of this display issue as described linked here.

    The issue is really really difficult to describe in text or email. The above link with pictures really makes it clear.

    To reproduce the problem, you can configure the setting as shown linked here.

    Hopeful, the code fix can be incorporated into the next version of Local Sales Tax Mod? I do find the Local Sales Tax mod to be quite useful.
    You wouldn't happen to have a how to fix for v2.4 I can't upgrade to v2.5 until I bring my site from 1.3.8a to the current version. I'm sure there are others in my boat (currently on 2.4) that would like to display the local sales tax a bit more "cleanly". Thanks in advance!
    ~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor

  10. #430
    Join Date
    May 2005
    Posts
    361
    Plugin Contributions
    2

    Default Re: Local Sales Tax Mod - Support Thread

    jasmel,
    The display issues were only with version 2.5 and zen 1.3.9.
    If you are still using zen 1.3.8 then you should still be using version 2.4 of the mod.

    LadyHLG

 

 
Page 43 of 64 FirstFirst ... 33414243444553 ... LastLast

Similar Threads

  1. v151 Tax getting added twice after installing Local Sales Tax mod
    By RFree190 in forum General Questions
    Replies: 0
    Last Post: 19 Mar 2013, 05:10 AM
  2. v150 Problem with Local Sales Tax mod
    By pwithers in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 18 Jun 2012, 10:16 PM
  3. local sales tax mod not working
    By sharpie82 in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 2
    Last Post: 12 Dec 2011, 11:43 AM
  4. New York State Sales Tax by Zip Full Database for Local Sales Tax Mod 2011
    By SCHNiKEN in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 0
    Last Post: 11 Apr 2011, 04:51 AM
  5. Local Sales Tax Mod and Reward Points Mod
    By retched in forum Addon Payment Modules
    Replies: 1
    Last Post: 9 Feb 2011, 02:09 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