PHPackages                             tavy315/sylius-requested-delivery-date-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tavy315/sylius-requested-delivery-date-plugin

ActiveSylius-plugin[Utility &amp; Helpers](/categories/utility)

tavy315/sylius-requested-delivery-date-plugin
=============================================

Sylius plugin for your customers to request a delivery date.

v0.5.0(2mo ago)0222MITPHPPHP &gt;=7.4

Since May 11Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/tavy315/SyliusRequestedDeliveryDatePlugin)[ Packagist](https://packagist.org/packages/tavy315/sylius-requested-delivery-date-plugin)[ RSS](/packages/tavy315-sylius-requested-delivery-date-plugin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (3)Versions (6)Used By (0)

Sylius Requested Delivery Date Plugin
=====================================

[](#sylius-requested-delivery-date-plugin)

[![Latest Version](https://camo.githubusercontent.com/0165aaca6edb73a1ae9b0b3cdb152b2ba19936920b48b7ce306e742345eb1223/68747470733a2f2f706f7365722e707567782e6f72672f746176793331352f73796c6975732d7265717565737465642d64656c69766572792d646174652d706c7567696e2f762f737461626c65)](https://packagist.org/packages/tavy315/sylius-requested-delivery-date-plugin)[![Latest Unstable Version](https://camo.githubusercontent.com/e819ea17c2ff87778f8ad56a86a137798c1f7c3b296ea4e1114469482abeb775/68747470733a2f2f706f7365722e707567782e6f72672f746176793331352f73796c6975732d7265717565737465642d64656c69766572792d646174652d706c7567696e2f762f756e737461626c65)](https://packagist.org/packages/tavy315/sylius-requested-delivery-date-plugin)[![Software License](https://camo.githubusercontent.com/e7d3f4cc6efb5596de8c9009e4b4efa8f2c2624c7717bf12bcf1269b385c3d88/68747470733a2f2f706f7365722e707567782e6f72672f746176793331352f73796c6975732d7265717565737465642d64656c69766572792d646174652d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/tavy315/SyliusRequestedDeliveryDatePlugin/workflows/build/badge.svg)](https://github.com/tavy315/SyliusRequestedDeliveryDatePlugin/actions)

This plugin for [Sylius](https://sylius.com/) allows your customers to request a delivery date on their order.

Supports Doctrine ORM driver only.

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

[](#screenshots)

Shop:

[![Screenshot showing labels on product list](docs/images/shop-checkout-summary.png)](docs/images/shop-checkout-summary.png)

Admin:

[![Screenshot showing admin order](docs/images/admin-order-show.png)](docs/images/admin-order-show.png)

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

[](#installation)

### Step 1: Install the plugin

[](#step-1-install-the-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 tavy315/sylius-requested-delivery-date-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.

### Step 2: Enable the plugin

[](#step-2-enable-the-plugin)

Then, enable the plugin by adding it to the list of registered plugins/bundles in `config/bundles.php` file of your project:

```
