https://github.com/magesuite/in-store-pickup
This module provides the possibility to choose a DHL packstation as a delivery method. It adds an additional field to the address: Dhl Customer number
and adds a search field selecting packstation
Installation
This module is optional.
composer require "creativestyle/magesuite-in-store-pickup": "^1.0.0"
Admin settings
In Stores -> Configuration -> Sales -> Delivery Methods
a new tab - In-Store Delivery
is available.
The following options can be configured (in described scopes) :
Name | Value | Comment |
---|---|---|
Enabled | Yes/No | by default this module is disabled |
Method name | title displayed in checkout | |
Title |
| description displayed in checkout |
Price | ||
Search radius |
| |
Displayed error message |
Backend
Frontend
Frontend screens
In the checkout delivery method section a new method is displayed:
After Pick in Store is selected user store is picked up based on provided informations and if this is not possible user is redirected to next tab.
In the modal, it is possible to enter a postal code or city name and select store:
Styling
There is no need to add additional styling.