Results 1 to 10 of 659

Hybrid View

  1. #1
    Join Date
    May 2005
    Posts
    361
    Plugin Contributions
    2

    Default Re: Local Sales Tax Mod - Support Thread

    wendyandmilo,
    There are a few other setting that can effect how the mod behaves. Check you settings for how taxes are displayed (There is a new setting for combining or splitting taxes) I believe these are under Configuration -> My Store.
    Also, have you checked your sort order for the mod?

    Have a look and let us know if any of these setting resolve your issue.

    Good Luck

    LadyHLG

  2. #2
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: Local Sales Tax Mod - Support Thread

    I'm trying to get this to work correctly, but having some trouble. I've got it set to apply taxes based upon zip codes. There are 12 different tax rates. Under Locations/Taxes>Local Sales Taxes I've got all 12 set-up. Tax Zone is California, Apply to is postcode, Look for is the zip codes, Tax Rate is set (each is different), Tax Description is Local Tax, Tax Shipping is false and Tax Class is Taxable Goods.

    The problem is that it's charging all 12 taxes to the item, not just the one based upon the shipping zip code.

    Thanks!

  3. #3
    Join Date
    Jan 2010
    Posts
    34
    Plugin Contributions
    1

    Default Re: Local Sales Tax Mod - Support Thread

    Lady HLG,
    Nothing is working.
    Like you asked, I verified that the taxes are set to show up. I couldn't find where there was the option of splitting or combined so I'm not sure about that.

    I've also changed the mod order several time, and nothing works.

    I'm really at a loss.

  4. #4
    Join Date
    May 2005
    Posts
    361
    Plugin Contributions
    2

    Default Re: Local Sales Tax Mod - Support Thread

    wendyandmilo,
    Look under Configuration -> My Store and tell me what you have for the following:
    Tax Decimal Places
    Basis of Product Tax Shipping
    Basis of Shipping Tax Shipping
    Sales Tax Display Status
    Show Split Tax Lines



    jeking,
    Need more information, what version of the cart are you on, what version of the mod do you have? Have you tried turning on debugging? What does it show you?

    LadyHLG

  5. #5
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: Local Sales Tax Mod - Support Thread

    Thanks LadyHLG,

    Zen is v1.3.9h and the mod is 2.5

    I have turned on debugging and it shows all the tax rates being applied. :-)

    It's a test site but the url is zenbug.blissfulwebdesigns DOT com/index.php?main_page=index&cPath=71 Maybe seeing is better than me explaining.

    Thanks!

  6. #6
    Join Date
    Jan 2010
    Posts
    34
    Plugin Contributions
    1

    Default Re: Local Sales Tax Mod - Support Thread

    Lady HLG,
    Here is My Store -> Config. I do not have an option for split tax lines. Is that another mod that I need?

    Perhaps I just need to revert to a non-sales tax mod version, and re-install?
    Attached Images Attached Images  

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

    Default Re: Local Sales Tax Mod - Support Thread

    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!
    Thanks
    Supersnow

 

 

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

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