Riya Posted November 5, 2013 Share Posted November 5, 2013 I want to make shipping charge based on state ,currently it calculate zone based .Ie fixed charge for each zone . I want to change it to zip code or state based shipping code calculation.how to make this .Please help,... Link to comment Share on other sites More sharing options...
PhpMadman Posted November 5, 2013 Share Posted November 5, 2013 Well, one idea is to create more Zones, and then under States just change the zone the state belong to. It should work. BUT it's a hell of alot of work. Link to comment Share on other sites More sharing options...
Riya Posted November 6, 2013 Author Share Posted November 6, 2013 can i possible to make shipping fee based on zip code??? Link to comment Share on other sites More sharing options...
PhpMadman Posted November 6, 2013 Share Posted November 6, 2013 Not currently. It world require some changes in the core, or a shipping module maybe. Link to comment Share on other sites More sharing options...
Riya Posted November 6, 2013 Author Share Posted November 6, 2013 How to make that?? Link to comment Share on other sites More sharing options...
PhpMadman Posted November 6, 2013 Share Posted November 6, 2013 Don't know. And currently don't have time. Upgrading the shop at work. Link to comment Share on other sites More sharing options...
PascalVG Posted November 7, 2013 Share Posted November 7, 2013 You would probably need to make some 'matching list', where you couple a postal codes (and/or zip code ranges) to zones you define. So for example, if the customer gives say 11101 as zip code, you check in which zip code range it fits, check what 'payment zone' is coupled to it and then use that zone as the input for selecting the payment method/price/carrier. Or, I believe there are some modules out there that do the trick. See add-on store, or this one from forum member Tomerg3: http://www.presto-changeo.com/en/shipping-modules/83-localized-shipping.html Might save you headache :-) My 2 cents, pascal. 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