> 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/cross-selling-pro-or-ki-+-warenkorb-cross-selling-+-bundles-and-sets/vorlagen/bundle-set-vorlagen.md).

# Bundle-/Set-Vorlagen

Bundle/Set-Templates werden für den **Bundle/Set-Konfigurator** verwendet. Dieser zeigt dem Kunden mehrere Produkte als interaktives Set an, aus dem er einzelne Artikel auswählen und gemeinsam in den Warenkorb legen kann – ideal für „Wird oft zusammen gekauft"-Bereiche.

***

## Template anlegen

1. Öffne im Shopware-Admin unter **Inhalte -> KI gestütztes - Cross-Selling → Bundle-/Set-Vorlagen**.
2. Klicke auf **Vorlage anlegen**.
3. Fülle die Felder aus.
4. Klicke auf **Speichern**.

***

## Abschnitt „Allgemein"

| Feld             | Beschreibung                                                              |
| ---------------- | ------------------------------------------------------------------------- |
| **Name**         | Interner Name (nur im Admin sichtbar), z. B. `Bundle PDP – Cross-Selling` |
| **Beschreibung** | Optionale interne Notiz                                                   |

***

## Abschnitt „Quelle"

Hier legst du fest, welche Produkte im Bundle-Konfigurator erscheinen.

| Feld       | Beschreibung                                                   |
| ---------- | -------------------------------------------------------------- |
| **Quelle** | Woher die Bundle-Produkte kommen – drei Optionen (siehe unten) |

### Quell-Typen

| Quelle                                  | Beschreibung                                                                  | Wann verwenden                                              |
| --------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------- |
| **Cross-Selling (vom Referenzprodukt)** | Verwendet die in Shopware gepflegten Cross-Sellings des aufgerufenen Produkts | Empfohlen: Du pflegst Cross-Sellings bereits in Shopware    |
| **Feste Produkte**                      | Du wählst manuell aus, welche Produkte immer im Bundle erscheinen             | Für statische Bundle-Angebote (z. B. Starter-Sets)          |
| **Dynamische Produktgruppe**            | Produkte werden automatisch aus einer Shopware-Produktgruppe geladen          | Für regelbasierte Bundles (z. B. alle Produkte einer Marke) |

### Weitere Einstellungen bei „Cross-Selling"

| Feld                       | Beschreibung                                                                                                    |
| -------------------------- | --------------------------------------------------------------------------------------------------------------- |
| **Cross-Selling Name**     | Optional: Sucht gezielt nach einem Cross-Selling mit diesem Namen beim aufgerufenen Produkt (z. B. `Zubehör`)   |
| **Cross-Selling Position** | Fallback, wenn kein Name gesetzt ist: Welches Cross-Selling (nach Position) soll verwendet werden? `1` = erstes |

***

## Abschnitt „Empfehlungen"

| Feld                               | Beschreibung                                                                                                                                                        |
| ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Limit**                          | Maximale Anzahl Produkte im Bundle                                                                                                                                  |
| **Auswahl aktivieren**             | Wenn aktiv, sieht der Kunde Checkboxen und kann einzelne Produkte ab- oder anwählen, bevor er alles in den Warenkorb legt                                           |
| **Feste Produktanzahl aktivieren** | Sorgt dafür, dass der Konfigurator immer exakt die definierte Anzahl Produkte anzeigt – fehlende Plätze werden automatisch über eine Empfehlungs-Vorlage aufgefüllt |
| **Anzahl Produkte**                | Nur aktiv wenn „Feste Produktanzahl" an ist: gewünschte Gesamtanzahl                                                                                                |
| **Recommendation-Vorlage**         | Nur aktiv wenn „Feste Produktanzahl" an ist: welche Empfehlungs-Vorlage zum Auffüllen genutzt werden soll                                                           |

***

## Empfohlene Einstellung für den Einstieg

| Einstellung         | Wert                                |
| ------------------- | ----------------------------------- |
| Quelle              | Cross-Selling (vom Referenzprodukt) |
| Auswahl aktivieren  | Ja                                  |
| Feste Produktanzahl | Nein                                |
| Limit               | 4                                   |

***

## Nächster Schritt

Binde jetzt den [Empfehlungs-Slider in deine Erlebniswelten](broken://pages/086d854b18f730fdb61490107cfd4146bf5c17ad) ein.


---

# 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.codegiganten.de/plugin-documentation/apps/cross-selling-pro-or-ki-+-warenkorb-cross-selling-+-bundles-and-sets/vorlagen/bundle-set-vorlagen.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.
