> For the complete documentation index, see [llms.txt](https://docs.premsoft.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.premsoft.de/plugins/wieder-auf-lager-benachrichtigung/advanced-version.md).

# Advanced Version

Die Advanced-Version des Stock Reminder Plugins wird über einen In-App Purchase im Shopware Store erworben. Sie hebt die Einschränkungen der kostenlosen Version auf und schaltet zusätzliche Funktionen frei.

## Kostenlose Version

Die kostenlose Version beinhaltet alle Kernfunktionen des Plugins:

* Benachrichtigungsformular auf Produktdetailseiten und in Produktlisten
* Double-Opt-In-Verfahren
* E-Mail-Versand über den Flow Builder
* Automatischer Versand bei Wiederverfügbarkeit
* Konfiguration pro Verkaufskanal
* Dynamische Produktgruppen für Anzeige- und Versandbedingungen
* Abonnementverwaltung im Administrationsbereich
* Automatische Bereinigung alter Einträge
* Store API für Headless-Projekte

{% hint style="warning" %}
**Einschränkung:** Maximal 10 aktive Abonnements gleichzeitig. Ist das Limit erreicht, wird das Benachrichtigungsformular in der Storefront ausgeblendet und neue Abonnements über die Store API werden abgelehnt.
{% endhint %}

## Advanced Version

Mit der Advanced-Version erhältst du zusätzlich:

* **Unbegrenzte Abonnements** – Keine Beschränkung auf 10 aktive Einträge.
* **Statistiken** – Vollständiger Zugriff auf den Statistiken-Tab im Verwaltungs-Dashboard mit Kennzahlen und Entwicklung über Zeit.

## Upgrade durchführen

Das Upgrade auf die Advanced-Version kannst du direkt aus dem Administrationsbereich heraus vornehmen. Im Abonnements-Tab oder im Statistiken-Tab findest du eine Schaltfläche „Jetzt upgraden", die dich zum In-App Purchase weiterleitet.

Nach dem Kauf werden die Einschränkungen sofort aufgehoben.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.premsoft.de/plugins/wieder-auf-lager-benachrichtigung/advanced-version.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
