> 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/rabatt-kategorie-fur-shopware-6/verwaltungs-dashboard.md).

# Verwaltungs-Dashboard

### Übersicht der Kampagnen

Um eine Übersicht aller aktuellen Rabatt Kampagnen zu erhalten wähle **Marketing > Rabatt Kategorie** in der Shopware Administration aus.

<figure><img src="/files/DtYBd7T13y2iTn0N4rKF" alt=""><figcaption></figcaption></figure>

Um eine [neue Kampagne anzulegen](/plugins/rabatt-kategorie-fur-shopware-6/verwaltungs-dashboard/kampagne-erstellen.md) klicke auf den Button **Erstellen**.

In der Listenansicht werden alle verfügbaren Kampagnen dargestellt. Diese sind unterteilt in die Spalten:

| Spalte                           | Beschreibung                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name                             | Der interne Name der Kampagne                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Status                           | Zeigt an ob die Kampagne aktiv oder inaktiv gesetzt ist.                                                                                                                                                                                                                                                                                                                                                                                          |
| Priorität                        | Falls mehrere Kampagnen für ein Produkt zutreffen dann regelt die Priorität, welcher Rabatt als erstes abgezogen wird bzw. welcher Rabatt überhaupt gültig ist. Je höher die Priorität, desto wichtiger ist die Kampagne.                                                                                                                                                                                                                         |
| Gültig von                       | Lege hier fest, wenn die Kampagne automatisch zu einem bestimmten Datum starten soll.                                                                                                                                                                                                                                                                                                                                                             |
| Gültig bis                       | Definiere ein Datum, zu dem die Kampagne automatisch endet.                                                                                                                                                                                                                                                                                                                                                                                       |
| Rabatt                           | Zeigt die Höhe des Rabattes and und ob es ein absoluter Rabatt oder ein prozentualer Rabatt ist.                                                                                                                                                                                                                                                                                                                                                  |
| ![](/files/l4miRgishvjDOodBcPyS) | Mit Klick auf das Icon, kannst Du einzelne Spalten ein- oder ausblenden. Außerdem gibt es in jeder Zeile die drei "...". Mit klick auf die Punkte, öffnet sich ein Kontext Menü und du kannst zwischen [**Bearbeiten**](/plugins/rabatt-kategorie-fur-shopware-6/verwaltungs-dashboard/kampagne-editieren.md), [**Duplizieren** ](/plugins/rabatt-kategorie-fur-shopware-6/verwaltungs-dashboard/kampagne-duplizieren.md)oder **Löschen** wählen. |

{% hint style="info" %}
Du kannst eine Kampagne von dieser Seite aus löschen, indem du die Menüschaltfläche „…“ klickst und **Löschen** wählst. Gelöschte Kampagnen können nicht wiederhergestellt werden.
{% endhint %}

### Häufige Frage<br>

Nach Installation und Erstellung einer Rabatt Kampagne wird kein Rabatt angezeigt.

\- Bitte stelle sicher, das die Erweiterung für den passenden Verkaufskanal in der Konfiguration der Erweiterung aktiviert ist.

\- Bitte stelle sicher, das bei der Rabatt Aktion eine dynamische Produktgruppe zugewiesen wurde, die den entsprechenden Verkaufskanal Produkte hat.\
\
\- Bitte führe ein Update des Index in der Admin unter "Einstellungen -> Caches & Indexes" durch.


---

# 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/rabatt-kategorie-fur-shopware-6/verwaltungs-dashboard.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.
