In Store Pickup (optional)
https://github.com/magesuite/in-store-pickup
This module provides the possibility to in store pickup as a delivery method
Â
- 1 Installation
- 2 Admin settings
- 3 Backend
- 4 Frontend
- 4.1 Frontend screens
- 4.2 Styling
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:
After store selection user can proceed to payment step and store information are displayed in order summary:
Â
Styling
There is no need to add additional styling.