Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 2.33 KB

README.md

File metadata and controls

67 lines (47 loc) · 2.33 KB

Commerce Pickup

Provides a shipping method allowing customers to select a pickup point address instead of entering their own shipping address on the Pickup information checkout pane.

Multiple Pickup profiles can be created by multiple vendors (Pickup point provider). By default, profile includes the pickup point address, timezone and office hours fields. Optionally, the Simple Google Maps ↗ module can be installed to display pickup point location on a map.


[[TOC]]


Installation

composer require drupal/commerce_pickup
drush en commerce_pickup

After installing the module assign the Pickup vendor role to a user(s) who will administer their own pickup point profiles.

Pickup profiles

Press the Pickup tab under the Pickup vendor user profile and then press the Add pickup point button to create the very first pickup point profile. After the profile is created you can use multiple VBO actions to duplicate and modify existing profiles.

Add pickup point

Pickup shipping method

After installing the module go to the admin/commerce/shipping-methods/add# page and create an instance of the Pickup shipping rate shipping method for a desirable store(s).

Optionally you can enable Phone field on the Pickup information checkout pane. The phone number is required by parcel machine vendors to automatically send CMS to a customer when their purchase is ready to pickup.

Also, you can set up any of the Drupal Commerce conditions available for the method.

Pickup shipping method


The 1.0.x branch author:
  Vlad Proshin (drugan)
  [[email protected]]([email protected])
  [https://drupal.org/u/drugan](https://drupal.org/u/drugan)