PHPackages                             nedac/sylius-temporarily-out-of-stock-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. nedac/sylius-temporarily-out-of-stock-plugin

ActiveSylius-plugin

nedac/sylius-temporarily-out-of-stock-plugin
============================================

Sylius plugin that adds a ribbon to product images of products that are out of stock.

1.1.0(4y ago)24.0k2MITPHPPHP ^7.4 || ^8.0CI failing

Since Mar 3Pushed 4y ago2 watchersCompare

[ Source](https://github.com/nedac-sorbo/SyliusTemporarilyOutOfStockPlugin)[ Packagist](https://packagist.org/packages/nedac/sylius-temporarily-out-of-stock-plugin)[ RSS](/packages/nedac-sylius-temporarily-out-of-stock-plugin/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (19)Versions (14)Used By (0)

This plugin adds a ribbon clarifying that a product is out of stock to the product cards and main image on the product detail page.

[![Product Card](product_card.png)](product_card.png)[![Product Detail](product_detail.png)](product_detail.png)

##### Supported Sylius versions:

[](#supported-sylius-versions)

 1.10> ***NOTE:*** *This plugin requires PHP 7.4 or up*

#### Installation:

[](#installation)

1. Install using composer:

    ```
    composer require nedac/sylius-temporarily-out-of-stock-plugin
    ```
2. If the `ProductRepository` is overridden in the project, then make sure it uses the `trait`:

    ```
