This module provides the core framework for integrating various pickup and parcel machine shipping services into Drupal Commerce. It allows stores to offer customers options for picking up their orders at designated locations, supporting both simple lists and advanced map-based selectors for choosing pickup points. To use this framework, you'll need to install specific submodules for each supported shipping provider.
Provides the framework for shipping methods for pickup services and parcel machines.
This module only provides the framework. In order to use actual pickup service operators, install at least one dependent pickup service module (usually named Commerce Shipping Pickup Some-Service-Name).
Pickup service modules
Hungary
Italy
Development of submodules
The framework supports both a simpler list of pickup points for the user to choose from or an embedded control that allows the user to pick a point with better UI experience (usually a map-based selector).
The framework has a demo submodule that shows a very simple sample provider with two pickup points to choose from. The documentation (both the README and comments in the source code) describe the steps necessary to make a submodule.
Submodule developers are encouraged to examine existing projects for more complex solutions:
- single method, regularly downloaded and cached pickup point list: commerce_shipping_pickup_foxpost
- two methods, regularly downloaded and cached pickup point list: commerce_shipping_pickup_hupost
- embedded online selector: commerce_shipping_pickup_pickpackpont, commerce_shipping_pickup_gls_csomagpont
I'm also available for sponsored development of similar submodules of other pickup service providers for interested parties.