Results 1 to 10 of 659

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    Hello, LadyHLG.

    I absolutely love your local sales tax module and have it working with all 1700+ cities in California. But I have two questions...
    1) If a customer enters their city name without proper capitalization, it doesn't get charged tax. I saw a fix on the old forum posting but it doesn't seem to work now. Any ideas?
    2) Do you know of any way to correlate the zip code and city (or look up the city based on zip code) to make sure they are properly related?

    Thanks again for an incredibly useful mod.

    Rob

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

    Default Re: Local Sales Tax Mod - Support Thread

    Rob,
    1. As far as my testing has shown the following should work to take care of the city capitalization issue.
    At or about line 168:
    Change: This
    Code:
    if($myfield == $value){
    to this
    Code:
    if(strtolower($myfield) == strtolower($value)){
    From what I have seen that works.
    If it is not working for you then I will need a more specific example.

    2. Unfortunately, the only way this can be done is with some kind of outside address verification, perhaps with the USPS.
    I am almost positive the USPS offers this kind of online service but a mod would have be to be written to accomplish it (if there isn't one already, I haven't checked).

    LadyHLG

  3. #3
    Join Date
    Sep 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    Quote Originally Posted by LadyHLG View Post
    Rob,
    1. As far as my testing has shown the following should work to take care of the city capitalization issue.
    At or about line 168:
    Change: This
    Code:
    if($myfield == $value){
    to this
    Code:
    if(strtolower($myfield) == strtolower($value)){
    From what I have seen that works.
    If it is not working for you then I will need a more specific example.

    2. Unfortunately, the only way this can be done is with some kind of outside address verification, perhaps with the USPS.
    I am almost positive the USPS offers this kind of online service but a mod would have be to be written to accomplish it (if there isn't one already, I haven't checked).

    LadyHLG

    Thanks very much for the quick response. I look forward to trying this and will report back.

    Rob

  4. #4
    Join Date
    Sep 2009
    Location
    Atlanta, Georgia
    Posts
    36
    Plugin Contributions
    0

    help question Re: Local Sales Tax Mod - Support Thread

    How should I set up sales tax for Georgia?

    • Georgia has about 160 counties.
    • Each county has it's own sales tax rate (6-7%).
    • The rate is determined by state tax (4%) and varies local taxes (3-4%).
    • The rates can change throughout the year.
    • A special issue applies to one city (Atlanta), which is located in one county (county sales tax), but charges another 1% city sales tax. This depends on the zip code (city-boundary) and not the city name itself. How can I make sure that Atlanta customer within/-out the city-boundary get charged correctly?

    Do I have to create for each county a tax rate? How can I handle the special situation of Atlanta? Would be the Local Sales Tax Module the right choice?

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

    Default Re: Local Sales Tax Mod - Support Thread

    Old Cow,
    Here is my suggestion as to how to set up your local tax for Georgia.

    1. I would set up each county in Georgia as a zone (sorry this is a long process but it really is the best way). This doesn't actually require the Local Tax mod to do.
    There are detailed instructions in the readme for the Local Tax Mod on how to do this. You could also check out the forums to see if anyone else has already done this for your state, it might save you some time.

    2. Use the Local Tax Mod to set up the special Atlanta tax by zip code.

    I hope that helps.
    Let me know if you have any questions.

    LadyHLG

  6. #6
    Join Date
    Sep 2009
    Location
    Atlanta, Georgia
    Posts
    36
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    Thank you. "Use the Local Tax Mod to set up the special Atlanta tax by zip code" seems to be very difficult (no tables available, only a Address Verification Look-up). Hopefully I find a source who went through this.

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

    Default Re: Local Sales Tax Mod - Support Thread

    Do you know how many zip codes in Atlanta are there to set up?

    LadyHLG

  8. #8
    Join Date
    Aug 2009
    Posts
    60
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    Quote Originally Posted by LadyHLG View Post
    Rob,
    1. As far as my testing has shown the following should work to take care of the city capitalization issue.
    At or about line 168:
    Change: This
    Code:
    if($myfield == $value){
    to this
    Code:
    if(strtolower($myfield) == strtolower($value)){
    From what I have seen that works.
    If it is not working for you then I will need a more specific example.


    LadyHLG
    Which php file should be modified? All 9 of them or is it only in certain ones?

  9. #9
    Join Date
    Aug 2009
    Posts
    60
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    edit: Thanks LadyH for helping me get this far. I know my questions are pretty basic but thanks for taking the time to answer them. I'm now able to create test customers and see that the tax is being calculated correctly for the few cities that I have entered manually.

  10. #10
    Join Date
    Aug 2009
    Posts
    60
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    Quote Originally Posted by robarb View Post
    Hello, LadyHLG.

    I absolutely love your local sales tax module and have it working with all 1700+ cities in California. But I have two questions...
    1) If a customer enters their city name without proper capitalization, it doesn't get charged tax. I saw a fix on the old forum posting but it doesn't seem to work now. Any ideas?
    2) Do you know of any way to correlate the zip code and city (or look up the city based on zip code) to make sure they are properly related?

    Thanks again for an incredibly useful mod.

    Rob
    Rob,

    May I ask what you did to get this working for all 1700+ cities? I've downloaded a csv file posted in an earlier message and am now digging around trying to find out how to upload this using mySQL or whatever it's called...I'd like to do tax rate by city but I can't imagine doing this by hand.
    Last edited by Snicklefritz; 10 Dec 2009 at 07:32 PM.

 

 

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