> For the complete documentation index, see [llms.txt](https://docs.codegiganten.de/plugin-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codegiganten.de/plugin-documentation/apps/enterprise-loyalty-bonus-programm/marketing-aktionen/angepasste-versandregeln-je-level.md).

# Angepasste Versandregeln je Level

Je nach Kundenlevel können unterschiedliche Versandkosten oder Rabatte auf die Versandkosten bestimmt werden.&#x20;

Hier wird ein Beispiel konfiguriert, wo in einem Webshop ab 50 Euro Versandkostenfrei bestellt werden kann. Alle Gold-Member bekommen 50% Rabatt auf die Versandkosten. Und alle Platin-Member erhalten immer kostenfreien Versand.&#x20;

### Regel im Rule-Builder einstellen

Zunächst wird eine Regel erstellt: Summe des Warenkorbes ist größer gleich 50 Euro

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

### Rabattaktionen anlegen

Insgesamt werden 3 Rabattaktionen für das Vorhaben benötigt:

#### Global: Ab 50 Euro 100% Rabatt

Ab 50 Euro Warenkorb 100% Rabatt auf den Versand

Bedingungen in den Rabatte:

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

Rabatt:

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

So siehts für die Kunden im Checkout über 50 Euro aus:

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

#### Gold-Rabatt: 50%&#x20;

Wenn jemand den GoldTag hat (Also Gold Member ist), dann erhält er 50% Rabatt auf die Versandkosten. Das ganze soll nur greifen, wenn die Hauptregel nicht aktiviert ist. Somit bekommt unser Member die 50% nur, wenn er unter 50 Euro bestellt. Über 50 Euro bekommt er den normalen 100% Rabatt, den wir zuvor eingestellt haben.

Bedingungen in der Rabattaktion:

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

Rabatt-Aktion:

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

Im Checkout sieht es so aus:

Gold-Kunde hat unter 50 Euro im Warenkorb und erhält seinen Vorteil:

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

Gold-Kunde hat mehr als 50 Euro im Warenkorb:

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

#### Platinum Rabatt: Keine Versandkosten im Platinum Level

Ich habe die Priorität erhöht, damit der Kunde immer den Platinum-Rabatt sieht und erhält und nicht den normalen Rabatt:

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

Bedingungen in der Rabatt-Altion:

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

Rabatt:

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


---

# 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:

```
GET https://docs.codegiganten.de/plugin-documentation/apps/enterprise-loyalty-bonus-programm/marketing-aktionen/angepasste-versandregeln-je-level.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
