jtnatoli Posted November 11, 2011 Share Posted November 11, 2011 I've set up about a dozen of NY's counties, and entered all of their associated zips. I set them up under the tax rules as well. For some reason, only the first 2 counties actually apply the proper tax. If you try to check out with any zip code of a county after the second one, the tax rate of the second county is applied. When I disable that county tax, then just the state gets applied (except for the county above it, the first one). It's as if every zip code after the first county's is somehow associated with the second county, even thought they appear correct in all areas of the backend. One strange thing, in Shipping > Counties: the ID for each in the list goes in the proper order, except #3 is missing - exactly where the troubles start happening! This is an extremely urgent issue - I would really appreciate any help in solving or troubleshooting this - I'm at wit's end! I'm using version 1.4.3. Thank you. Link to comment Share on other sites More sharing options...
jtnatoli Posted November 11, 2011 Author Share Posted November 11, 2011 I fixed this, in case anyone needs to know: County.php line 168 changed from: AND cz.`from_zip_code` >= '.(int)$zip_code.' AND cz.`to_zip_code` <= '.(int)$zip_code to: AND cz.`from_zip_code` = '.(int)$zip_code Link to comment Share on other sites More sharing options...
zackv1 Posted April 4, 2012 Share Posted April 4, 2012 Thank you jtnatoli, this fixed my problem with mulitple counties tax in Nevada and prestashop only use the first county for all Nevada zip codes. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now