PHPackages                             rapidez/custom-reorder - 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. rapidez/custom-reorder

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rapidez/custom-reorder
======================

Replaces the standard Rapidez re-order functionality with a custom variant

2.0.0(3mo ago)0635↓65.4%GPL-3.0-or-laterVuePHP ^8.3CI passing

Since Jan 20Pushed 3mo agoCompare

[ Source](https://github.com/rapidez/custom-reorder)[ Packagist](https://packagist.org/packages/rapidez/custom-reorder)[ Docs](https://github.com/rapidez/custom-reorder)[ RSS](/packages/rapidez-custom-reorder/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (2)Versions (5)Used By (0)

Rapidez custom reorder
======================

[](#rapidez-custom-reorder)

This package allows you to replace the standard Rapidez re-order functionality with a custom variant. This custom variant allows individual products to be selected, and also allows orders to be re-ordered that come from a different store (so long as the SKUs match up).

[![](images/custom-reorder.png)](images/custom-reorder.png)

Note that this will require some manual work, see [usage](#usage).

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

[](#installation)

```
composer require rapidez/custom-reorder

```

Configuration
-------------

[](#configuration)

You can publish the config with:

```
php artisan vendor:publish --tag=rapidez-custom-reorder-config

```

Usage
-----

[](#usage)

Important

You will need to make sure that the `SKU` field can be filtered by. This means that `Visible in Advanced Search` needs to be enabled on this attribute.

This package will not work out of the box, however it contains a few blade components that will help make it easy. To set up this package you should do the following:

- Wrap the `x-rapidez-reorder::reorderable` component around your products table with a `v-bind:items` containing your items. If you're not using the standard magento order data, ideally the items should be in the same format as [OrderItem in the GraphQL API](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#definition-OrderItem), or in the same format as [CartItemInput](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#definition-CartItemInput) (in this case you should add the `cart-items` prop). If you can't or won't add the `entered_options` and `selected_options`, any configurable items will be grayed out.
- Then, wrap every individual item in your list with `x-rapidez-reorder::item` to allow the checkboxes and transparency to appear. Be aware that this wraps a `label` element around your item, which [may be impactful for any other interactive elements like anchor tags](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/label#accessibility). This should end up looking something like this (NOTE: you need to add the `index` to your loop if you don't have it already):

```

                    [...]

```

- Optionally, you can show why certain items are grayed out using the `x-rapidez-reorder::availability` component. You can place this anywhere in the list of items, but our recommendation would be to place this below the product options and/or the SKU.
- Finally, you need to add the `x-rapidez-reorder::button.add-to-cart` component at the very bottom of the `reorderable` component. You can use `reorderSlotScope.added` as a Vue variable to determine what text your button should show. Note that this component is sticky by default, so adjust your frontend accordingly if needed. For example:

```
        [...]

            @lang('Added')
            @lang('Add to cart')

```

And that's it!

Notes
-----

[](#notes)

- We don't currently have support for adding products to cart with custom options or configurations when using OrderItem-like data, as this requires directly matching labels. We're looking for a clean solution.

License
-------

[](#license)

GNU General Public License v3. Please see [License File](LICENSE) for more information.

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance80

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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 ~58 days

Total

2

Last Release

106d ago

Major Versions

1.0.0 → 2.0.02026-03-20

### Community

Maintainers

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

---

Top Contributors

[![Jade-GG](https://avatars.githubusercontent.com/u/32514269?v=4)](https://github.com/Jade-GG "Jade-GG (24 commits)")[![royduin](https://avatars.githubusercontent.com/u/1703233?v=4)](https://github.com/royduin "royduin (2 commits)")[![VincentBean](https://avatars.githubusercontent.com/u/3906942?v=4)](https://github.com/VincentBean "VincentBean (1 commits)")

---

Tags

rapidezcustom-reorder

### Embed Badge

![Health badge](/badges/rapidez-custom-reorder/health.svg)

```
[![Health](https://phpackages.com/badges/rapidez-custom-reorder/health.svg)](https://phpackages.com/packages/rapidez-custom-reorder)
```

PHPackages © 2026

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