> For the complete documentation index, see [llms.txt](https://doku.themeware.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doku.themeware.design/zusatzfunktionen/erweiterungen/produkt-badges/versandkostenfrei-badge.md).

# Versandkostenfrei-Badge

Das **Versandkostenfrei-Badge** kennzeichnet versandkostenfreie Produkte – in der Produkt-Box der Kategorieseiten und auf der Produktseite (Galerie oder Buybox).

> #### Versandkostenfrei
>
> Der Status "Versandkostenfrei" ist in [Shopware](https://github.com/shopware/shopware/blob/trunk/src/Storefront/Resources/views/storefront/component/delivery-information.html.twig#L10) erfüllt, wenn ein Produkt als "Versandkostenfrei" konfiguriert ist. Mehr Informationen dazu findest du in der [Shopware-Dokumentation](https://docs.shopware.com/de/shopware-6-de/kataloge/produkte#lieferbarkeit).

***

## Konfiguration

### **Theme-Konfiguration**

#### **Kategorieseiten**

1. Wechsel in den Tab "**Kategorieseiten**"
2. Öffne den Bereich "**Produkt-Badges (in der Produkt-Box)**"
3. Scrolle zum Abschnitt "**Badge: Versandkostenfrei-Badge**"
4. Aktiviere die Konfiguration "**Versandkostenfrei-Badge anzeigen**"
5. Speicher deine Änderungen nach der Bearbeitung

#### **Produktseiten**

1. Wechsel in den Tab "**Produktseiten**"
2. Öffne den Bereich "**Produkt-Badges (in der Galerie oder Buybox)**"
3. Scrolle zum Abschnitt "**Badge: Versandkostenfrei-Badge**"
4. Setze die Konfiguration "**Versandkostenfrei-Badge anzeigen**" auf "**in der Galerie anzeigen**" oder "**in der Buybox anzeigen**"
5. Speicher deine Änderungen nach der Bearbeitung

{% hint style="info" %}
**Hinweis**: Das Badge wird angezeigt, wenn das Produkt als "Versandkostenfrei" konfiguriert ist – vorausgesetzt das Versandkostenfrei-Badge ist für die Produkt-Box (Kategorieseiten) bzw. die Produktseite (Galerie oder Buybox) aktiviert.
{% endhint %}

***

## Zusammenfassung

#### Theme-Konfiguration

* Tab "Kategorieseiten" => Bereich "Produkt-Badges (in der Produkt-Box)" => Abschnitt "Badge: Versandkostenfrei-Badge" => Versandkostenfrei-Badge anzeigen
* Tab "Produktseiten" => Bereich "Produkt-Badges (in der Galerie oder Buybox)" => Abschnitt "Badge: Versandkostenfrei-Badge" => Versandkostenfrei-Badge anzeigen

#### Textbausteine

* `general.deliveryShippingFree`
  * **Hinweis**: Shopware-Standard-Textbaustein (kein ThemeWare®-Textbaustein).
* `twt.extension.shippingFreeBadge.icon`
  * **Hinweis**: Wird ggf. durch eine Theme-Konfiguration ersetzt.


---

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