PHPackages                             setono-custom/sylius-pickup-point-plugin-custom - 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-custom/sylius-pickup-point-plugin-custom

ActiveSymfony-bundle

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

Pickup point plugin for Sylius

v1.0.0-beta.13(5y ago)00MITPHPPHP ^7.3

Since Jun 11Pushed 4y agoCompare

[ Source](https://github.com/Nana-asiamah98/SyliusPickupPointPlugin)[ Packagist](https://packagist.org/packages/setono-custom/sylius-pickup-point-plugin-custom)[ RSS](/packages/setono-custom-sylius-pickup-point-plugin-custom/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (20)Versions (18)Used By (0)

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)[![Latest Unstable Version](https://camo.githubusercontent.com/af31a6bdae6dabf0be8b187875879a585ef94511499cf2b7243e9272f6db5993/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d7069636b75702d706f696e742d706c7567696e2f762f756e737461626c65)](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`:

```
