PHPackages                             setono/sylius-pickup-point-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. setono/sylius-pickup-point-plugin

ActiveSylius-plugin

setono/sylius-pickup-point-plugin
=================================

Pickup point plugin for Sylius

v1.4.1(1y ago)2061.6k↓40.6%20[5 PRs](https://github.com/Setono/SyliusPickupPointPlugin/pulls)7MITPHPPHP &gt;=8.1CI failing

Since Jun 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Setono/SyliusPickupPointPlugin)[ Packagist](https://packagist.org/packages/setono/sylius-pickup-point-plugin)[ GitHub Sponsors](https://github.com/Setono)[ RSS](/packages/setono-sylius-pickup-point-plugin/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelog (10)Dependencies (61)Versions (28)Used By (7)

Sylius Pickup Point Plugin
==========================

[](#sylius-pickup-point-plugin)

[![Latest Version](https://camo.githubusercontent.com/8f00a37aeb6e02154101da152a35db8bd662da7d979c6faa032e2f1c743e7252/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d7069636b75702d706f696e742d706c7567696e2f762f737461626c65)](https://packagist.org/packages/setono/sylius-pickup-point-plugin)[![Software License](https://camo.githubusercontent.com/3e8e84c1383f246bd7c89a7c7e2ba802b56500336cd4a343e0e66f81d1827328/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d7069636b75702d706f696e742d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/SyliusPickupPointPlugin/workflows/build/badge.svg)](https://github.com/Setono/SyliusPickupPointPlugin/actions)

Add a `` that contains pickup points to your select shipping checkout step.

- [Screenshots](#screenshots)
- [Installation](#installation)

[![List of pickup points](docs/pickup-points.png)](docs/pickup-points.png)

**Supported providers**

- DAO
- GLS
- PostNord
- Fake provider (for development/playing purposes)

Screenshots
-----------

[](#screenshots)

### Shop

[](#shop)

This is the shipping method step in the checkout process where you can choose a pickup point.

[![Screenshot showing checkout select shipping step with pickup points available](docs/images/shop-checkout-select-shipping-pickup-point.png)](docs/images/shop-checkout-select-shipping-pickup-point.png)

On the complete order step in checkout you can see the pickup point you have chosen.

[![Screenshot showing checkout complete step with pickup point address](docs/images/shop-checkout-complete-shipping-pickup-point.png)](docs/images/shop-checkout-complete-shipping-pickup-point.png)

### Admin

[](#admin)

On the order you can see what pickup point the customer has chosen.

[![Screenshot showing admin order shipping page with pickup point address](docs/images/admin-order-shipping-pickup-point.png)](docs/images/admin-order-shipping-pickup-point.png)

When you edit shipping method you can associate a pickup point provider to that shipping method.

[![Screenshot showing admin shipping method with some pickup point providers](docs/images/admin-shipping-method-pickup-point-provider.png)](docs/images/admin-shipping-method-pickup-point-provider.png)

Installation
------------

[](#installation)

### Step 1: Install and enable plugin

[](#step-1-install-and-enable-plugin)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this plugin:

```
$ composer require setono/sylius-pickup-point-plugin
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

Add bundle to your `config/bundles.php`:

```
