Page 32 of 64 FirstFirst ... 22303132333442 ... LastLast
Results 311 to 320 of 635
  1. #311
    Join Date
    May 2005
    Posts
    361
    Plugin Contributions
    2

    Default Re: Local Sales Tax Mod - Support Thread

    Yes, hopefully it will be up soon.

    LadyHLG

  2. #312
    Join Date
    Jan 2005
    Location
    Aurora, CO USA
    Posts
    75
    Plugin Contributions
    1

    Default Re: Local Sales Tax Mod - Support Thread

    LadyHLG,
    I can't seem to get this 2.4 update working. Local tax is still not being applied to Store Pickup items.

    I've attached a screenshot of the Modules>OrderTotal>Local Sales Tax edit screen; there is an unlabeled text field and it does not accept input. I tried entering some text, click 'Update' but what I entered isn't saved. In the 2.4 package there was no /admin folder and no sql fileinside the 'Upgrade Only' folder. Is this correct or is something missing?

    Thanks for your continued help. I'm lost and need your assistance to get this working for my store!


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

    red flag Important info regarding 2.4 upgrade only files

    Hello Zenners!
    It appears there may be an issue with the 2.4 upgrade only files. (I think I may have missed a file in the upgrade folder).
    So while I am trying to determine what the issue is please do the following to upgrade your Local Sales Tax Mod to version 2.4.

    Step 1 - Completely disregard the upgrade only folder!!!

    Step 2 - Make note of your Local Sales Tax Admin settings and then uninstall the Local Sales Tax Mod via the zen cart Admin (ie - click the "REMOVE" button in the admin interface. Don't worry this will not delete your database sales tax info, it just deactivates the mod).

    Step 3 - Copy over all the files from the Full Version Folder - overwrite all the mod files.

    Step 4 - Reinstall the mod via the admin and set things up based on the previous setting from Step 2.

    Step 5 - Follow the instruction in the README file included with the mod to use the new Store Pickup taxation option.

    Step 6 -Sleep well at night knowing you are providing your local government with proper financial support!


    I will try to get a look at the mod install as soon as possible to correct the issue.

    Cheers!

    LadyHLG
    Last edited by LadyHLG; 13 Feb 2010 at 05:29 PM.

  4. #314
    Join Date
    Dec 2009
    Location
    Near Rochester, NY
    Posts
    5
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    Hello Heather (your a saint to help all of us) and anyone else that might be able to shed some light.
    I am a New York stater suffering through the county tax headache and I appreciate all the info on the forum already. I started to add in the county information and then saw the posting from 'therealex' that included an SQL file of zen_tax_rates_local.sql with the tread quoted below. I pasted the sql file into my site (http://atriatechnologies.com/store/) but can not make things work.
    1 Does the local sales tax mod connect to this database insertion that 'therealex' included? (zen_tax_rates_local.sql)
    2. Can the insertion be removed if necessary?
    3. Is there a procedure to connect the two?
    4. Is there an easier way to add in all the counties one by one per the instruction on the local sales tax mod as currently written?
    I'm dying here, any help is appreciated. Thanks so much.
    Jamie
    PS: ZenCart version 1.3.8, Local sales tax mod 2.3, I do have customer tax exempt mod installed and it is working, Cherry zen template, edit orders mod installed.

    = - = - = - = - = - = - = - = - = - =

    Quote Originally Posted by sugarhill View Post
    therealex, thanks for this table! Very useful to those of us developing in NYC...

    As of Sept 1, 2009 the tax rates have changed. While I was updating the rates in the table, I also **slightly** improved the table to bring it more in line with NYS Dept of Taxation & Finance Publication 718 - tax rates by jurisdiction code. I combined all the county labels for NYC by renaming Kings, Queens, etc to 'New York City' and also added in the city exceptions to the county rates as outlined in Pub 718 (such as "Ithaca City Tax").

    Since zip codes to not accurately define cities and tax jurisdictions, I make no warranty or claims as to the accuracy of your NYS Sales Tax returns based on this table. The only way to be 100% accurate is to use the NYS Sales Tax Jurisdiction and Rate Lookup (located here: http://www8.nystax.gov/STLR/stlrHome). However, they provide no API, so you can't do the lookup programmatically at the time of online sale.

    This updated table is meant to replace your zen_tax_rates_local table via a complete INSERT, which means you should backup(EXPORT) and DROP your table first. Then just IMPORT the new table from the .sql file you downloaded and unzipped.
    Here's the updated table (enjoy!):

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

    Default Re: Local Sales Tax Mod - Support Thread

    Tesla,
    From what I can see, the sql file creates a table called zen_tax_rates_local. The problem here is that unless your store uses "zen_" as a table prefix, it wont work with the mod.
    So you need to go into the database and rename that table with whatever you used for a table prefix (or delete the "zen_" in the table name if you didn't assign a table prefix for your store).

    Hope that makes sense.

    LadyHLG

  6. #316
    Join Date
    Feb 2010
    Location
    Washington, USA
    Posts
    2
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    Lady Heather, you certainly are a genius and an angel.

    Congratulations on the job, I hope you're happy and comfortable there.

    If you ever do get an opportunity to make more enhancements on this... when you have time, and after ZenCart 2.0...

    I'm one of the people afflicted by the Washington state destination tax joy. (I'm amazed that got passed... the municipalities that seem to be the most affected are the ones with the least bargaining power... but I digress. )

    After reading the hundreds of posts about this, I created a compromise solution -- I'm a programmer by day, compromise solutions are my life -- and it's only going to "work" for me because my sales volume is going to be low enough that I can manually verify each transaction and refund any overage (which will be a max of about forty five cents).

    Where I'm going with this... There are probably complicated answers that will give us 100% compliance, but I think that even a compromise solution would be a whole lot closer if we could match on 5-digit zip code *and* a city name that's populated using a drop-down. I don't know if that's possible, php is not one of the seventeen or so languages I write in, but if it is, it would probably get us to 95% or so.

  7. #317
    Join Date
    Dec 2009
    Location
    Near Rochester, NY
    Posts
    5
    Plugin Contributions
    0

    Default One User’s Implementation of the Local Sales Tax Mod and the New York State Tax Table

    [FONT=Arial]What This Is:[/FONT]
    [FONT=Arial]Within about half hour, not including reading all this documentation, you can get a [/FONT][FONT=Arial]New York[/FONT][FONT=Arial]State[/FONT][FONT=Arial] tax solution in place that works really well. I have documented what I have learned from others on the forum by their posts and some help. I have made modifications to sql files that 'therealex' posted and described the changes in detail. The implementation is the zip code implementation that does have limitations around some parts of NY where the zip crosses counties or something like that. [/FONT][FONT=Arial]
    [/FONT]

    [FONT=Arial]My intent is to share what I have learned in the documentation attached. The upload could not handle the screen shots due to file size so I uploaded it to here and attached my doc file without the images:[/FONT]
    [FONT=Arial]http://www.frontiernet.net/~tesla/zencart/A[/FONT][FONT=Arial]NewYork[/FONT][FONT=Arial]StateLocalSalesTaxSolutionDocumentation.doc[/FONT]

    [FONT=Arial] I got this solution working two ways and describe what the differences are. I hope this helps others. Disclaimer: I know enough to be dangerous and am not a programmer and think I have this working properly.[/FONT]

    [FONT=Arial]Please see the attached two zip files. (doc and 3 sql files) [/FONT]

    [FONT=Arial]Special Thanks and Recognition to:[/FONT]

    • [FONT=Arial]Zen Cart user LadyHLG for writing the Local Sales Tax Mod and answering good and stupid questions from lots of people including me! I REALLY appreciate all you have done![/FONT]
    • [FONT=Arial]The folks at BushkillFarms.com for making the New York State Zen Cart SQL file with all the zip codes in it and posted on the Forum by user “therealex.” I REALLY appreciate that too. See his posting of [/FONT][FONT=Arial]14th September 2009[/FONT][FONT=Arial], [/FONT][FONT=Arial]09:59 PM[/FONT][FONT=Arial] (thread #223) with subject Re: Local Sales Tax Mod - Support Thread[/FONT]


    [FONT=Arial]jamie[/FONT]

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

    Default Re: Local Sales Tax Mod - Support Thread

    Tesla,
    Thank-you for sharing what you have learned. Its whats makes the zen community so great!

    Best of luck to you!

    LadyHLG

  9. #319
    Join Date
    Sep 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Support Thread

    I am having the same issue as some of your other users where if I use a discount coupon with taxes, the coupon is not subtracted. If no taxes, the coupon is works fine. After changing the order to apply the coupon after the tax, it works in a confusing way.

    Get total showing
    and tax is based on that total correctly
    then is shows the coupon subtracted at face value,
    but with my settings it does correctly subtract the coupon and any tax on that amount. That is correct because you cannot tax on what they did not spend.

    So overall the calculations are correct, but it will confuse the customer. Also, I am creating a summary tax report, and that becomes an issue because the tax showing is for the city and state, but the values are on the sub totals before any discounts. So the amounts showing on the report are incorrect since we did not collect say 4% on $45, but rather 4% on $20 because of a $25 coupon.

    Has there been any progress on a possible fix? If I could apply the coupon before the tax, the tax would be calculated correctly and stored in the DB correctly and my customers would see the actual tax they were charged correctly.

    Please Please Help, our site is live and I want them to be able to use discount coupons.

    Zen 1.3.8a
    Tax module 2.4

    Thanks, and I do love the mod. Good work.

  10. #320
    Join Date
    Dec 2009
    Location
    Near Rochester, NY
    Posts
    5
    Plugin Contributions
    0

    Default Re: Local Sales Tax Mod - Problem with 9 digit zip codes (zip+4).

    Hello,

    I have the local sales tax modification (ver 2.4) working very well with ZC ver 1.3.8 in New York with 2260-ish zip codes in NY.

    I have a problem where if a customer is in NY (my state) I need to charge tax but if the customer has their home address zip with zip+4, 9 digit zip with the form 12345-6789 format of zip code, they do not get charged tax.

    Is there any way to modify the read of the customer's zip code and truncate all but the first 5 digits before it does the compare and search the database table. I could not find any other information/postings in the forum on this subject. Does everyone have this problem? Any suggestions appreciated. Thank you.

 

 
Page 32 of 64 FirstFirst ... 22303132333442 ... 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