PHPackages                             setono/sylius-order-edit-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-order-edit-plugin

ActiveSylius-plugin

setono/sylius-order-edit-plugin
===============================

Setono example plugin for Sylius.

v1.0.0(1y ago)22.1k1[5 issues](https://github.com/Setono/sylius-order-edit-plugin/issues)MITPHPPHP &gt;=8.1

Since May 27Pushed 1y ago2 watchersCompare

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

READMEChangelog (6)Dependencies (44)Versions (8)Used By (0)

Sylius Order Edit Plugin
========================

[](#sylius-order-edit-plugin)

[![Latest Version](https://camo.githubusercontent.com/d42ff09332defa3f57e97a21e24b4bb5a4ca3dd4049b0d12bed5e61b159ca031/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d6f726465722d656469742d706c7567696e2f762f737461626c65)](https://packagist.org/packages/setono/sylius-order-edit-plugin)[![Software License](https://camo.githubusercontent.com/6e48b759cd6e97a041f022b27e52bf8dcef387c26b89043b0fbdb5a35cb10a93/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d6f726465722d656469742d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/sylius-order-edit-plugin/workflows/build/badge.svg)](https://github.com/Setono/sylius-order-edit-plugin/actions)[![Code Coverage](https://camo.githubusercontent.com/be219ab4e837bd9252677165b02377b3b8a651230384fc697b20375c66fb4222/68747470733a2f2f636f6465636f762e696f2f67682f5365746f6e6f2f73796c6975732d6f726465722d656469742d706c7567696e2f67726170682f62616467652e737667)](https://codecov.io/gh/Setono/sylius-order-edit-plugin)[![Mutation testing](https://camo.githubusercontent.com/65c04dfb72a0e7abd188c8de607f9b2ea7ccc59699a0cb1d9df90cd2e07f222e/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f7374796c653d666c61742675726c3d687474707325334125324625324662616467652d6170692e737472796b65722d6d757461746f722e696f2532466769746875622e636f6d2532465365746f6e6f25324673796c6975732d6f726465722d656469742d706c7567696e2532466d6173746572)](https://dashboard.stryker-mutator.io/reports/github.com/Setono/sylius-order-edit-plugin/master)

Edit orders inside your admin interface.

Install
-------

[](#install)

```
composer require setono/sylius-order-edit-plugin
```

### Import routing

[](#import-routing)

```
# config/routes/setono_sylius_order_edit.yaml
setono_sylius_order_edit:
    resource: "@SetonoSyliusOrderEditPlugin/Resources/config/routes.yaml"
```

If you're using Sylius &lt;=1.10, also import additional product variant routes:

```
setono_sylius_order_edit_product_variant:
    resource: "@SetonoSyliusOrderEditPlugin/Resources/config/routes/product_variant.yaml"
```

and remember to add the referenced `ProductVariantRepository` methods (`findByCodes` and `findByPhrase`).

### Extend the `Order` entity

[](#extend-the-order-entity)

```
