Shipping via collection point, pickup location

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
In my country collection point are more an more popular.
You just provide e-mail, phone number, and pickuploacation by google maps.
There is no need to providing shipping address.

It would be great if nopCommerce would support it.

It requires to put choosing shipping method before asking for shipping address.

So after providing billing address, there should be option to choose shipping method:
- In store pickup
- method A
- method B
- COLLECTION POINT

And if user will choose COLLECTION POINT there would be displayed DropDownBox or GoogleMap with all colleciton point to choose. Choosen collection point will be then saved in Order. List of collection point should be provided by third party API (Url/JSON).
9 years ago
I presume it's the same as existing "in-store pickup" functionality. But currently it does not allow a customer to choose a store (pickup location). I've just created a work item for this task. Thanks
9 years ago
Hey it's almoust the same, but in my suggestion you allow to get this locations list from third party API.
9 years ago
Hi,


I really need this feature, so I've started implenting it by myself.

How can I show you my code, so you can consider if you would like to add it to nopCommerce realease?

Basically, I've created new Service (PickUpPointService), which behaves almoust the same as InStorePickup. The difference is that you can set many pickup location for one PickUpPoint. PickupPoints works as plugins. So If you have more pickup providers UPS Access Point, Inpost etc (it's more and more popular) then you can implement more pickup points.

In the future you can merge it with InStorePickup, and current InStorePickup would be just custom PickUpPoint Plugin with just one single location.
9 years ago
Hi Tommy,

Thanks a lot for willing to contribute. Please find more about source code contributions at https://www.nopcommerce.com/contribute.aspx (create a fork on codeplex).
8 years ago
Hi Andrey and Tommy,

I also need to now this functionality.. I want to integrate InPost.
Just wandering if you anywhere with this?

Regards Dmitriy.
7 years ago
I know another plugin developer built a similar plugin, but it works with UPS API:
https://www.nopcommerce.com/p/1874/ups-access-point.aspx

I suggest it is the same functionality you require, but connecting with a different API and carrier.
Contact the developer about the possibilities...
7 years ago
Finally, we finished this work item. We added the necessary infrastructure b644bad and one plugin of the new type d7d0cdc. Now you can develop your own plugins using third-party services for the providing pickup points. Thanks for the suggestion and contribution.
7 years ago
RomanovM wrote:
Finally, we finished this work item. We added the necessary infrastructure b644bad and one plugin of the new type d7d0cdc. Now you can develop your own plugins using third-party services for the providing pickup points. Thanks for the suggestion and contribution.


Looks good, thank you.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.