PHPackages                             bitbag/sylius-customer-reorder-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. bitbag/sylius-customer-reorder-plugin

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

bitbag/sylius-customer-reorder-plugin
=====================================

Sylius plugin that enables order reordering for a customer

v2.0.1(2y ago)03.6kMITPHPPHP ^7.4 || ^8.0

Since Jun 7Pushed 2y agoCompare

[ Source](https://github.com/BitBagCommerce/CustomerReorderPlugin)[ Packagist](https://packagist.org/packages/bitbag/sylius-customer-reorder-plugin)[ RSS](/packages/bitbag-sylius-customer-reorder-plugin/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (31)Versions (19)Used By (0)

> ⚠️ **BEWARE!**This repository has been deprecated and will not be maintained or evolved by the Sylius Team. You can still use it with compatible Sylius versions, but at your own risk, as no bugs will be fixed on it.

 [ ![](https://camo.githubusercontent.com/1567208cc7c8ec53cf6e2af4f54449a9bb3ab0dee7916998de4e3ce9b7f79015/68747470733a2f2f64656d6f2e73796c6975732e636f6d2f6173736574732f73686f702f696d672f6c6f676f2e706e67) ](https://sylius.com)

Customer Reorder Plugin
=======================

[](#customer-reorder-plugin)

[![](https://camo.githubusercontent.com/9b437c7f32af7f569d4c0d8e750fd3e94c19a1a7ad491228a34cf567b0ea8af4/68747470733a2f2f73796c6975732e636f6d2f6173736574732f62616467652d6f6666696369616c2d73796c6975732d706c7567696e2e706e67)](https://sylius.com/plugins/)

 [ ![Build](https://camo.githubusercontent.com/e1ed9653674617afde716ff3b4c43cf74c2385fb6176ea6ea0296afac4c9892c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f426974426167436f6d6d657263652f437573746f6d657252656f72646572506c7567696e2f6275696c642e796d6c3f6272616e63683d6d6173746572)](https://github.com/BitBagCommerce/CustomerReorderPlugin/actions) [ ![Contact](https://camo.githubusercontent.com/271b6b709f07cc50338987b0f0868fdd90e7f18c64744ce0b6629a049bdd7d41/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f737570706f72742d636f6e74616374253230617574686f722d626c7565)](https://bitbag.io/contact-us)

This plugin allows customers to reorder a previously placed order.

[![Screenshot showing the customer's orders page with reorder buttons](docs/screenshot.png)](docs/screenshot.png)

Business value
--------------

[](#business-value)

The plugin allows Customer to reorder any Order that has already been placed. Once a Reorder button is clicked, a new cart filled with items taken from a previously placed order is created. If for some reason Reorder can't be fulfilled completely, the Customer is informed about every circumstance that have affected the Order (i. e. promotion being no longer available or differences in item's prices).

Once the Reorder process is completed, the newly created Order is listed in the history just like any other Orders.

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

[](#installation)

#### Beware!

[](#beware)

> This installation instruction assumes that you're using Symfony Flex. If you don't, take a look at the [legacy installation instruction](docs/legacy_installation.md). However, we strongly encourage you to use Symfony Flex, it's much quicker! :)

To install plugin, just require it with composer:

```
composer require sylius/customer-reorder-plugin
```

> Remember to allow community recipes with `composer config extra.symfony.allow-contrib true` or during plugin installation process

Extension points
----------------

[](#extension-points)

Customer Reorder plugin is based on two processes:

- reorder processing
- reorder eligibility checking

They are both based on Symfony's compiler passes and configured in `services.xml` file.

ReorderProcessing and EligibilityChecking are independent processes - once a Reorder is created using Processors (services tagged as `sylius_customer_reorder_plugin.reorder_processor`), the created entity is passed to Eligibility Checkers (services tagged as `sylius_customer_reorder_plugin.eligibility_checker`).

Hence, both processes can be extended separately by adding services that implement `ReorderEligibilityChecker`and are tagged as `sylius_customer_reorder_plugin.eligibility_checker` or implement `ReorderProcessor` and are tagged as `sylius_customer_reorder_plugin.reorder_processor`.

Both `Reorder` button layout and action performed on clicking it are defined in `reorder.html.twig` template which is declared in `config.yml` file.

What's more, since Order is a Resource, major part of its configuration is placed in `*.yml` files. Without using the plugin, Order had `Show` and `Pay` actions. Adding `Reorder` action required extending order-related behaviours in `config.yml` file.

You can read much more about Resources here: [http://docs.sylius.com/en/1.2/components\_and\_bundles/bundles/SyliusResourceBundle/index.html](http://docs.sylius.com/en/1.2/components_and_bundles/bundles/SyliusResourceBundle/index.html)

Security issues
---------------

[](#security-issues)

If you think that you have found a security issue, please do not use the issue tracker and do not post it publicly. Instead, all security issues must be sent to `security@sylius.com`.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 53.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~171 days

Recently: every ~443 days

Total

12

Last Release

1063d ago

Major Versions

0.2.3 → 1.02018-07-26

v1.1.0 → v2.0.02022-06-02

PHP version history (3 changes)0.1PHP ^7.1

1.0PHP ^7.2

v2.0.0PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15603601?v=4)[bitbag](/maintainers/bitbag)[@bitbag](https://github.com/bitbag)

---

Top Contributors

[![bartoszpietrzak1994](https://avatars.githubusercontent.com/u/22262296?v=4)](https://github.com/bartoszpietrzak1994 "bartoszpietrzak1994 (108 commits)")[![Zales0123](https://avatars.githubusercontent.com/u/6212718?v=4)](https://github.com/Zales0123 "Zales0123 (32 commits)")[![liszkapawel](https://avatars.githubusercontent.com/u/88146754?v=4)](https://github.com/liszkapawel "liszkapawel (29 commits)")[![pamil](https://avatars.githubusercontent.com/u/1897953?v=4)](https://github.com/pamil "pamil (15 commits)")[![GSadee](https://avatars.githubusercontent.com/u/6140884?v=4)](https://github.com/GSadee "GSadee (7 commits)")[![senghe](https://avatars.githubusercontent.com/u/2512726?v=4)](https://github.com/senghe "senghe (5 commits)")[![arek31](https://avatars.githubusercontent.com/u/42605922?v=4)](https://github.com/arek31 "arek31 (4 commits)")[![lchrusciel](https://avatars.githubusercontent.com/u/6213903?v=4)](https://github.com/lchrusciel "lchrusciel (1 commits)")

---

Tags

symfonysyliuse-commercesylius-plugincustomer reorder

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/bitbag-sylius-customer-reorder-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/bitbag-sylius-customer-reorder-plugin/health.svg)](https://phpackages.com/packages/bitbag-sylius-customer-reorder-plugin)
```

###  Alternatives

[sylius/refund-plugin

Plugin provides basic refunds functionality for Sylius application.

701.8M20](/packages/sylius-refund-plugin)[sylius/invoicing-plugin

Invoicing plugin for Sylius.

891.1M2](/packages/sylius-invoicing-plugin)[sylius/price-history-plugin

Implementation of the Omnibus Directive for Sylius application.

1141.6k](/packages/sylius-price-history-plugin)[monsieurbiz/sylius-menu-plugin

This plugins allows you to manage menus.

1580.0k1](/packages/monsieurbiz-sylius-menu-plugin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
