Zen_j1 Posted November 7, 2013 Share Posted November 7, 2013 (edited) Is there any module or way to implement the pincode(zipcode) to check shipping serviceability in product page or checkout page or any page because most of the courier services not giving service to all the areas in my country So customer can check service availability to their area at product page itself or during checkout. If pincode(zipcode) entered by customer is one where order cannot be shipped then prestashop should stop customer from placing an order and display an error message. We have thousands of pincode(zipcode) out of which few thousand pincode(zipcode) can get orders thru courier. Edited November 10, 2013 by kartik_jh1 (see edit history) Link to comment Share on other sites More sharing options...
Zen_j1 Posted November 9, 2013 Author Share Posted November 9, 2013 (edited) help Edited November 10, 2013 by kartik_jh1 (see edit history) Link to comment Share on other sites More sharing options...
J.Sahu Posted February 17, 2014 Share Posted February 17, 2014 Do you find any solution ? another way is to to make a page and only allow thos people to enter into the website who belongs to the pincode you deliver. Php coding is required so easy. 1 Link to comment Share on other sites More sharing options...
tomerg3 Posted February 17, 2014 Share Posted February 17, 2014 You should check out the following module, it lets you enter shipping rates per country / state / post code (range or wildcard) You will be able to enter the postcodes that should have shipping available, and the others will see a message that shipping is not available to their area. http://www.prestashop.com/forums/topic/148747-module-localized-shipping-set-shipping-rates-by-country-state-or-zipcode-range-or-wildcard Link to comment Share on other sites More sharing options...
Zen_j1 Posted February 18, 2014 Author Share Posted February 18, 2014 (edited) You should check out the following module, it lets you enter shipping rates per country / state / post code (range or wildcard) You will be able to enter the postcodes that should have shipping available, and the others will see a message that shipping is not available to their area. http://www.prestashop.com/forums/topic/148747-module-localized-shipping-set-shipping-rates-by-country-state-or-zipcode-range-or-wildcard Thanks for your reply I would like to know 1) Can I enter random post code instead of range. for eg, 12345, 57950, 88400, 49599 and so on another thing I also need to show payment method based on post code for eg. zip 12345 show payment method COD, Online Payment, Bankwire zip 74488 show payment method ONLY Online Payment With me shipping rates is flat no change irrespective of post code Edited February 18, 2014 by Zen_j1 (see edit history) Link to comment Share on other sites More sharing options...
Zen_j1 Posted February 18, 2014 Author Share Posted February 18, 2014 (edited) Do you find any solution ? another way is to to make a page and only allow thos people to enter into the website who belongs to the pincode you deliver. Php coding is required so easy. Thanks for your suggestion appreciated. how to achieve this? I am a kind of programmer who can copy paste code here and there only with suggestion such paste code at line number or under this. In short I cannot write any code even in Php, for a professional programmer this might be easy for me it is impossible. Edited February 18, 2014 by Zen_j1 (see edit history) Link to comment Share on other sites More sharing options...
J.Sahu Posted February 18, 2014 Share Posted February 18, 2014 What I was suggesting was basing on small area but your idea seems to be large so it may not work. You can buy some module to do that as prestashop have not this feature by default. Link to comment Share on other sites More sharing options...
Zen_j1 Posted February 18, 2014 Author Share Posted February 18, 2014 What I was suggesting was basing on small area but your idea seems to be large so it may not work. You can buy some module to do that as prestashop have not this feature by default. I am trying find a module but I cannot find it yet any recommendation are welcome from anyone for two issue I have written in this post. Link to comment Share on other sites More sharing options...
tomerg3 Posted February 18, 2014 Share Posted February 18, 2014 Thanks for your reply I would like to know 1) Can I enter random post code instead of range. for eg, 12345, 57950, 88400, 49599 and so on another thing I also need to show payment method based on post code for eg. zip 12345 show payment method COD, Online Payment, Bankwire zip 74488 show payment method ONLY Online Payment With me shipping rates is flat no change irrespective of post code You can enter a single postcode or a range, but if you need non consecutive postcodes, they will need to be added separately. This module does not integrate with payment modules in any way. Link to comment Share on other sites More sharing options...
Zen_j1 Posted February 19, 2014 Author Share Posted February 19, 2014 (edited) You can enter a single postcode or a range, but if you need non consecutive postcodes, they will need to be added separately. This module does not integrate with payment modules in any way. Can I associate Carrier with set of zip code for e.g for customer having zip 13456. 71636, 94848 ONLY Carrier "A" should be displayed during check out for customer having zip 88888, 77777, 99999 ONLY Carrier "B" should be displayed during check out Please note all customer are from same (one) country Edited February 19, 2014 by Zen_j1 (see edit history) Link to comment Share on other sites More sharing options...
tomerg3 Posted February 19, 2014 Share Posted February 19, 2014 Yeah, you can do this with our module. Link to comment Share on other sites More sharing options...
Recommended Posts