# Rabatt-Badge

{% hint style="info" %}
**Info**: Dieser Artikel folgt bald...
{% endhint %}

...

#### Rabatt

Der "Rabatt" eines Produktes wird aus der Differenz vom "Strichpreis" und dem "Preis" berechnet. Mehr Informationen dazu findest du in der [Shopware-Dokumentation](https://docs.shopware.com/de/shopware-6-de/kataloge/produkte#preise).

***

## Konfiguration

...

***

## Zusammenfassung

#### Textbausteine

* `twt.extension.discountBadge.discount`
  * `%discount%` wird durch den Rabatt ersetzt.
* `twt.extension.discountBadge.discountShort`
  * `%discount%` wird durch den Rabatt ersetzt.
  * `%currency%` wird durch das aktuelle Währungs-Symbol ersetzt.
* `twt.extension.discountBadge.percentage`
  * `%discount%` wird durch den prozenturalen Rabatt ersetzt.
* `twt.extension.discountBadge.percentageShort`
  * `%discount%` wird durch den prozenturalen Rabatt ersetzt.
  * `%currency%` wird durch das aktuelle Währungs-Symbol ersetzt.


---

# Agent Instructions: 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://doku.themeware.design/zusatzfunktionen/erweiterungen/produkt-badges/rabatt-badge.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.
