Results 1 to 10 of 659

Hybrid View

  1. #1
    Join Date
    Jun 2012
    Location
    Florida
    Posts
    123
    Plugin Contributions
    5

    Default Re: Local Sales Tax Mod - Support Thread

    Quote Originally Posted by noyloza View Post
    I am trying to use this add on for zencart 1.51, specifically for san francisco sales tax which is higher than the California sales tax. I have it installed properly and am using these zip codes but its still not working:

    94102;94103;94104;94105;94107;94108;94109;94110;94111;94112;94114;94115;94116;94 117;94118;94121;94122;94123;94124;94127;94129;94130;94131;94132;94133;94134;9415 8

    and I have it set to zipcode. Can somebody tell me if they are having trouble with their add on?
    If you do not already have the zone setup, this SQL should add the San Fran 1% additional tax to the table, make sure you verify the zip codes and additional sales tax before you use this:

    Code:
    INSERT INTO tax_rates_local (`zone_id`, `local_fieldmatch`, `local_datamatch`, `local_tax_rate`, `local_tax_label`, `local_tax_shipping`, `local_tax_class_id`) 
    VALUES
    	(12, 'postcode', '94102;94103;94104;94105;94107;94108;94109;94110;94111;94112;94114;94115;94116;94 117;94118;94121;94122;94123;94124;94127;94129;94130;94131;94132;94133;94134;94158', 1.0000, 'San Francisco (1.0%)', 'true', 1);
    Make sure that you have turned this mod on (see previous post) and set the other items listed in the readme file.
    If this does not work we will need more info as to what is happening to make suggestions.
    Last edited by potteryhouse; 15 May 2013 at 12:36 PM.

  2. #2
    Join Date
    Jun 2012
    Location
    Florida
    Posts
    123
    Plugin Contributions
    5

    Default Re: Local Sales Tax Mod - Support Thread

    I overlooked a blank space in one of the zip codes "94 117" in the post above, that needs to be removed. There should not be spaces in any of the zip codes.

  3. #3
    Join Date
    Nov 2012
    Posts
    66
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    thank you ver much for your help, however I don't know how to implement an SQL, can you tell me how to do this?

  4. #4
    Join Date
    Nov 2012
    Posts
    66
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    I have activated the module in modules / order totals, and the rate is set in Locations > local sales taxes as well...

    It just always picks up CA tax over the SF tax... Please let me know how I can install that SQL...

  5. #5
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Local Sales Tax Mod - Support Thread

    Quote Originally Posted by noyloza View Post
    ... It just always picks up CA tax over the SF tax...
    Do you mean it is showing "California Tax" and "San Francisco" Sales Tax lines? This module will add a "tax line" for every valid tax rate which matches the tax rules defined in both Zen Cart and Local Sales Taxes ("admin" -> "locations / taxes" -> "local sales tax"). So if you have a rate defined for both "California Sales Tax" and "San Francisco Sales Tax", I would expect to see both as long as the "tax rules" are correctly defined.

    Quote Originally Posted by noyloza View Post
    ... I don't know how to implement an SQL ...
    To add, remove, or modify rules for how tax rates are applied to an order you do not need to use SQL... You can just navigate to "admin" -> "locations / taxes" -> "local sales tax" and enter the rules for your location (by zipcode or city name). Matching by "suburb" is not currently supported. Most of the "how do I do configure taxes" is outlined in the "HowTo-Example.pdf" (included in the downloadable distribution).
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  6. #6
    Join Date
    Nov 2012
    Posts
    66
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    it only picks up CA, and never SF for a user who is based in SF and has one of the zipcodes set in the rules for the local sales tax mod. I added all of the zipcodes, set to zipcode, and use SF as the description. I'm assuming that if the mod picks up the user who is using a zip code for shipping that is one of the ones I have set to find, it will apply SF(8.75%) as the tax instead of CA (8.25%). Right now however, it is only picking up CA for a user who is using shipping in SF...

 

 

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