PHPackages                             sschreier/sschreierimprovementdisplaystockdeliveryinformation - 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. sschreier/sschreierimprovementdisplaystockdeliveryinformation

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

sschreier/sschreierimprovementdisplaystockdeliveryinformation
=============================================================

improvement of the display of the stock and delivery information

1.1.1(7mo ago)10GPL-3.0-or-laterTwig

Since Jan 4Pushed 7mo ago3 watchersCompare

[ Source](https://github.com/sschreier/SschreierImprovementDisplayStockDeliveryInformation)[ Packagist](https://packagist.org/packages/sschreier/sschreierimprovementdisplaystockdeliveryinformation)[ RSS](/packages/sschreier-sschreierimprovementdisplaystockdeliveryinformation/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

An extension to improve the display of the stock and delivery information for Shopware 6
========================================================================================

[](#an-extension-to-improve-the-display-of-the-stock-and-delivery-information-for-shopware-6)

An extension to *improve the display of the stock and delivery information* on the *product detail page*. In the interest of *accessibility*, it is possible to *display the availability indicator* not only in color, but *also via icons (checkmark, exclamation and X)*.

For the *icons*, the *color*, the *width*, the *height* and the *distance to the top can be specified* in pixels.

For the exclamation mark can be made different settings.

For the *circle*, the *width*, *height* and *distance to the top can be specified* in pixels.

If necessary, the *text can also be colorized*.

In addition, you can *customize the color* and the *text for each status* within the configuration of the extension.

If the *product is available and has a delivery time*, *three circles can be displayed instead of one*. If the *product has a release date* or the *status when it will be back in stock*, you can display *two circles instead of one*.

Possible configurations for the circle without icon
---------------------------------------------------

[](#possible-configurations-for-the-circle-without-icon)

- select the width in pixels (\*1)
- select the height in pixels (\*1)
- select the distance to the top in pixels (\*1)

Possible configurations for the circle with icon
------------------------------------------------

[](#possible-configurations-for-the-circle-with-icon)

- select the height in pixels (\*1)
- select the distance to the top in pixels (\*1)

Possible configurations for the icons
-------------------------------------

[](#possible-configurations-for-the-icons)

- select if the icons should be shown
- select the color (\*1)
- select the width in pixels (\*1)
- select the height in pixels (\*1)
- select the distance to the top in pixels (\*1)

Possible configurations for the exclamation icon
------------------------------------------------

[](#possible-configurations-for-the-exclamation-icon)

- select the width in pixels (\*1)
- select the height in pixels (\*1)
- select the distance to the top in pixels (\*1)
- select the outside distance to the top in pixels (\*1)

Possible configurations for the text
------------------------------------

[](#possible-configurations-for-the-text)

- select if the text should be colorized

Possible configurations for the status, if the product is not active
--------------------------------------------------------------------

[](#possible-configurations-for-the-status-if-the-product-is-not-active)

- select the color (\*1)
- set the text via snippet

Possible configurations for the status, if the product has a release date
-------------------------------------------------------------------------

[](#possible-configurations-for-the-status-if-the-product-has-a-release-date)

- select if two circles should be shown
- select the color (\*1)
- set the text via snippet

Possible configurations for the status, if the product is available and has a delivery time
-------------------------------------------------------------------------------------------

[](#possible-configurations-for-the-status-if-the-product-is-available-and-has-a-delivery-time)

- select if three circles should be shown
- select the color (\*1)
- set the text via snippet

Possible configurations for the status, if the product is sold out
------------------------------------------------------------------

[](#possible-configurations-for-the-status-if-the-product-is-sold-out)

- select the color (\*1)
- set the text via snippet

Possible configurations for the status when a product will be back in stock
---------------------------------------------------------------------------

[](#possible-configurations-for-the-status-when-a-product-will-be-back-in-stock)

- select if two circles should be shown
- select the color (\*1)
- set the text via snippet

Available snippets
------------------

[](#available-snippets)

- general.deliveryNotAvailable
- general.deliveryShipping
- detail.deliveryTimeAvailable
- detail.soldOut
- detail.deliveryTimeRestock

Some changes in the settings within the configuration are not immediately visible in the frontend of the shop
-------------------------------------------------------------------------------------------------------------

[](#some-changes-in-the-settings-within-the-configuration-are-not-immediately-visible-in-the-frontend-of-the-shop)

After changing settings specifically for the appearance of the circles and the icons (\*1), the theme must be recompiled, for example by saving the theme in the administration:

1. Switch to "Content" and "Themes"
2. Select the active theme
3. Click on the button "Save"

How to install the extension
----------------------------

[](#how-to-install-the-extension)

### via zip and console (recommended)

[](#via-zip-and-console-recommended)

1. Download the latest *SschreierImprovementDisplayStockDeliveryInformation-master.zip*.
2. Unzip the zip file and rename the folder to *SschreierImprovementDisplayStockDeliveryInformation*.
3. Move the folder to the project folder *custom/plugins/* .
4. Connect to the console via ssh:

```
bin/console plugin:refresh
bin/console plugin:install --activate SschreierImprovementDisplayStockDeliveryInformation

```

### via composer

[](#via-composer)

1. Add the repository URL to the composer.json of the project

```
"repositories": [
    ...,
    {
        "type": "vcs",
        "url": "https://github.com/sschreier/SschreierImprovementDisplayStockDeliveryInformation"
    }
],

```

2. Connect to the console via ssh and install the plugin via the command

```
composer require sschreier/sschreierimprovementdisplaystockdeliveryinformation
bin/console plugin:refresh
bin/console plugin:install --activate SschreierImprovementDisplayStockDeliveryInformation

```

### via

[](#via-httpspackagistorg)

- Connect to the console via ssh and install the plugin via the command

```
composer require sschreier/sschreierimprovementdisplaystockdeliveryinformation
bin/console plugin:refresh
bin/console plugin:install --activate SschreierImprovementDisplayStockDeliveryInformation

```

### via zip upload

[](#via-zip-upload)

1. Download the latest *SschreierImprovementDisplayStockDeliveryInformation-master.zip*.
2. Unzip the zip file and rename the folder to *SschreierImprovementDisplayStockDeliveryInformation*.
3. Zip the folder to *SschreierImprovementDisplayStockDeliveryInformation.zip*.
4. Upload the zip in the Shopware Administration.
5. Install &amp; Activate the extension.

#### extension update (zip)

[](#extension-update-zip)

1. Download the latest *SschreierImprovementDisplayStockDeliveryInformation-master.zip*.
2. Unzip the zip file and rename the folder to *SschreierImprovementDisplayStockDeliveryInformation*.
3. Zip the folder to *SschreierImprovementDisplayStockDeliveryInformation.zip*.
4. Upload the zip in the Shopware Administration.
5. Update the extension.

Images
------

[](#images)

### circle with an icon for the status, if the product is not active

[](#circle-with-an-icon-for-the-status-if-the-product-is-not-active)

[![circle with an icon for the status, if the product is not active](https://camo.githubusercontent.com/62268e6d7cfbae989a696d9806720f45fe96a923ef65fc335a643c428b5b4c62/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d616765312e6a7067)](https://camo.githubusercontent.com/62268e6d7cfbae989a696d9806720f45fe96a923ef65fc335a643c428b5b4c62/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d616765312e6a7067)

### circle with an icon for the status, if the product has a release date

[](#circle-with-an-icon-for-the-status-if-the-product-has-a-release-date)

[![circle with an icon for the status, if the product has a release date](https://camo.githubusercontent.com/769d68f37db8ebc48bc492ec75f421bdc17c02c07e84421db76de11bf4d5033b/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d616765322e6a7067)](https://camo.githubusercontent.com/769d68f37db8ebc48bc492ec75f421bdc17c02c07e84421db76de11bf4d5033b/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d616765322e6a7067)

### circle with an icon for the status, if the product is available and has a delivery time

[](#circle-with-an-icon-for-the-status-if-the-product-is-available-and-has-a-delivery-time)

[![circle with an icon for the status, if the product is available and has a delivery time](https://camo.githubusercontent.com/36f8a14069a60c818686a9e57d72c9bb340df5c7fa1abcbfc9e95f487506c459/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d616765332e6a7067)](https://camo.githubusercontent.com/36f8a14069a60c818686a9e57d72c9bb340df5c7fa1abcbfc9e95f487506c459/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d616765332e6a7067)

### circle with an icon for the status, if the product is sold out

[](#circle-with-an-icon-for-the-status-if-the-product-is-sold-out)

[![circle with an icon for the status, if the product is sold out](https://camo.githubusercontent.com/d797a5e86cbe866fa7f1ccba78ad17f87019e30c6aaff7d8357e5f6a8b886ebc/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d616765342e6a7067)](https://camo.githubusercontent.com/d797a5e86cbe866fa7f1ccba78ad17f87019e30c6aaff7d8357e5f6a8b886ebc/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d616765342e6a7067)

### circle with an icon for the status when a product will be back in stock

[](#circle-with-an-icon-for-the-status-when-a-product-will-be-back-in-stock)

[![circle with an icon for the status when a product will be back in stock](https://camo.githubusercontent.com/5949a70676407ee8fcdec8e6100a8d8de9c67af7be602b4f38034df2f56d2fe6/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d616765352e6a7067)](https://camo.githubusercontent.com/5949a70676407ee8fcdec8e6100a8d8de9c67af7be602b4f38034df2f56d2fe6/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d616765352e6a7067)

### circle without an icon, but with colorized text

[](#circle-without-an-icon-but-with-colorized-text)

[![circle without an icon, but with colorized text](https://camo.githubusercontent.com/5402f5c44fa991b4a562fb0563a347797426412be7461024e09fdede1da127d5/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d616765362e6a7067)](https://camo.githubusercontent.com/5402f5c44fa991b4a562fb0563a347797426412be7461024e09fdede1da127d5/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d616765362e6a7067)

### three circles without icons for the status, if the product is available and has a delivery time

[](#three-circles-without-icons-for-the-status-if-the-product-is-available-and-has-a-delivery-time)

[![three circles without icons for the status, if the product is available and has a delivery time](https://camo.githubusercontent.com/71a6df851409268c1e64e4b3ffbf59c03576ee2882ed30f21c05828dffc92b88/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d616765372e6a7067)](https://camo.githubusercontent.com/71a6df851409268c1e64e4b3ffbf59c03576ee2882ed30f21c05828dffc92b88/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d616765372e6a7067)

### two circles without icons for the status, if the product has a release date

[](#two-circles-without-icons-for-the-status-if-the-product-has-a-release-date)

[![two circles without icons for the status, if the product has a release date](https://camo.githubusercontent.com/20629599cbb131073f21ec7e4e76147179f6fddc77c5c00e348fc8b562feabc9/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d616765382e6a7067)](https://camo.githubusercontent.com/20629599cbb131073f21ec7e4e76147179f6fddc77c5c00e348fc8b562feabc9/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d616765382e6a7067)

### extension configuration part 1

[](#extension-configuration-part-1)

[![extension configuration part 1](https://camo.githubusercontent.com/a2e6777dd29d4a13d60eb3c6eabfb6df07ccbf76bffee2830d9706b0bbad5b0b/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d616765392e6a7067)](https://camo.githubusercontent.com/a2e6777dd29d4a13d60eb3c6eabfb6df07ccbf76bffee2830d9706b0bbad5b0b/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d616765392e6a7067)

### extension configuration part 2

[](#extension-configuration-part-2)

[![extension configuration part 2](https://camo.githubusercontent.com/74d4a87bc95b9aba6818cb22bf5bec443fce470acf0458a8091acded4f532302/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d61676531302e6a7067)](https://camo.githubusercontent.com/74d4a87bc95b9aba6818cb22bf5bec443fce470acf0458a8091acded4f532302/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d61676531302e6a7067)

### extension configuration part 3

[](#extension-configuration-part-3)

[![extension configuration part 3](https://camo.githubusercontent.com/55bf334d8d9ab2c9ef2d518262a8a20ec5a1cd37e2735713a9867cce60bfee2d/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d61676531312e6a7067)](https://camo.githubusercontent.com/55bf334d8d9ab2c9ef2d518262a8a20ec5a1cd37e2735713a9867cce60bfee2d/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d61676531312e6a7067)

### extension configuration part 4

[](#extension-configuration-part-4)

[![extension configuration part 4](https://camo.githubusercontent.com/b2461d070d667e10632647d42bbec5a43d3892000336155e7582af0b9a6837ae/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d61676531322e6a7067)](https://camo.githubusercontent.com/b2461d070d667e10632647d42bbec5a43d3892000336155e7582af0b9a6837ae/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d61676531322e6a7067)

### extension configuration part 5

[](#extension-configuration-part-5)

[![extension configuration part 5](https://camo.githubusercontent.com/8f8067cf536ed9c1293ede4ec1cbe2e0cc64d7be4a003a8689423ca495c1497e/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d61676531332e6a7067)](https://camo.githubusercontent.com/8f8067cf536ed9c1293ede4ec1cbe2e0cc64d7be4a003a8689423ca495c1497e/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d61676531332e6a7067)

### extension configuration part 6

[](#extension-configuration-part-6)

[![extension configuration part 6](https://camo.githubusercontent.com/bef24d3a130eba82f97386402e1c48707275896ea0be7208508caa0e3823632c/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d61676531342e6a7067)](https://camo.githubusercontent.com/bef24d3a130eba82f97386402e1c48707275896ea0be7208508caa0e3823632c/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d61676531342e6a7067)

### extension configuration part 7

[](#extension-configuration-part-7)

[![extension configuration part 7](https://camo.githubusercontent.com/11756e614976c533f3ca9ae5c8008ba76d07dce3e8164f2ce56bd0cb23c6c328/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d61676531352e6a7067)](https://camo.githubusercontent.com/11756e614976c533f3ca9ae5c8008ba76d07dce3e8164f2ce56bd0cb23c6c328/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d61676531352e6a7067)

### extension configuration part 8

[](#extension-configuration-part-8)

[![extension configuration part 8](https://camo.githubusercontent.com/5b96fa4a112401eede707398e4db6e423ed5ce62a076ed94ccc50a6c7b4c3dff/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d61676531362e6a7067)](https://camo.githubusercontent.com/5b96fa4a112401eede707398e4db6e423ed5ce62a076ed94ccc50a6c7b4c3dff/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d61676531362e6a7067)

### extension configuration part 9

[](#extension-configuration-part-9)

[![extension configuration part 9](https://camo.githubusercontent.com/5ee11428a3bbf18dcf4bba73aba354e5df214cfeffb8d73f93ecfc2cfa926fc9/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d61676531372e6a7067)](https://camo.githubusercontent.com/5ee11428a3bbf18dcf4bba73aba354e5df214cfeffb8d73f93ecfc2cfa926fc9/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d61676531372e6a7067)

### extension configuration part 10

[](#extension-configuration-part-10)

[![extension configuration part 10](https://camo.githubusercontent.com/ae5d4ee9948aacef59005f39104f2eccc37050e5b411bff1335320f6615c9610/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d61676531382e6a7067)](https://camo.githubusercontent.com/ae5d4ee9948aacef59005f39104f2eccc37050e5b411bff1335320f6615c9610/68747470733a2f2f7777772e7765622d736f6c7574696f6e732d6472657364656e2e64652f706c7567696e732f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2f537363687265696572496d70726f76656d656e74446973706c617953746f636b44656c6976657279496e666f726d6174696f6e2d496d61676531382e6a7067)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance65

Regular maintenance activity

Popularity2

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

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 ~55 days

Recently: every ~66 days

Total

6

Last Release

214d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/62dc2323b3934f1d1569745338904fc37f372802ebdd6e945a4938b399aaf4da?d=identicon)[sschreier](/maintainers/sschreier)

---

Tags

accessibilitycirclesdeliveryiconsinformationshopware-platform-pluginshopware-pluginshopware6shopware6-pluginstock

### Embed Badge

![Health badge](/badges/sschreier-sschreierimprovementdisplaystockdeliveryinformation/health.svg)

```
[![Health](https://phpackages.com/badges/sschreier-sschreierimprovementdisplaystockdeliveryinformation/health.svg)](https://phpackages.com/packages/sschreier-sschreierimprovementdisplaystockdeliveryinformation)
```

###  Alternatives

[frosh/tools

Provides some basic things for managing the Shopware Installation

79709.7k2](/packages/frosh-tools)[werkstattl/openblogware

OpenBlogware: A Blog Module for Shopware 6.

415.7k](/packages/werkstattl-openblogware)[shopware-pwa/shopware-pwa

Shopware PWA extension

4074.0k](/packages/shopware-pwa-shopware-pwa)[basecom/sw6-fixtures-plugin

basecom Fixtures Plugin

18185.5k](/packages/basecom-sw6-fixtures-plugin)[frosh/product-compare

A Simple Product Compare plugin for Shopware 6

4032.8k](/packages/frosh-product-compare)[swag/migration-assistant

Migration plugin for shopware/platform

2036.3k](/packages/swag-migration-assistant)

PHPackages © 2026

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