> For the complete documentation index, see [llms.txt](https://docs.bogos.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bogos.io/de/integration/cart-drawer-apps.md).

# Warenkorb-Drawer-Apps

### Was jedes Tool leistet

#### BOGOS:

* Erstellen, ausführen und verwalten Sie Angebotstypen: Kostenlose Geschenke, Bundles, Upsell & Rabatte.
* Anzeigen und verwalten Sie Aktions-Widgets: Geschenkschieberegler, Bundle-Seite, Rabatt-Widget und Werbenachrichten.
* Wenden Sie Berechtigungsregeln an: Steuern Sie, welche Kunden, Produkte, Sammlungen oder Warenkorbbedingungen für jede Aktion qualifiziert sind.

#### Warenkorb-Drawer-App:

Bietet ein interaktives Warenkorberlebnis auf der Seite (das Ausklapp- oder Drawer-Menü), das den aktuellen Warenkorbinhalt, Summen und den Checkout-CTA anzeigt, ohne zur vollständigen Warenkorbseite weiterzuleiten. Sie verarbeitet Hinzufügen-/Entfernen-Aktionen, Mengenanpassungen und Echtzeit-UI-Updates innerhalb des Drawers.

### Was die Integration ermöglicht

**Nahtloses Hinzufügen/Entfernen von Geschenken innerhalb des Drawers:**

Wenn BOGOS automatisch ein Geschenk hinzufügt oder ein Käufer ein Geschenk über den Geschenkschieberegler umschaltet, spiegelt der Warenkorb-Drawer diese Änderung sofort wider (Hinzufügen oder Entfernen) ohne zusätzliche Klicks oder Seiten-Reloads.\
\
**Konsistente Regeldurchsetzung:**

Auch wenn Aktionen innerhalb des Drawers stattfinden, setzt BOGOS weiterhin die Aktionsregeln durch (Berechtigung, Limits, automatisches Entfernen bei Regelverstoß), sodass Rabatte beim Checkout korrekt bleiben.

### Integrierte Warenkorb-Drawer-Apps

* [iCart – Cart Drawer & Cart Upsell](https://apps.shopify.com/icart/?campaign=promotion\&medium=in-app-banner\&source=bogos)
* [qikify – Sticky Add to Cart](https://apps.shopify.com/sticky-cart-by-qikify?utm_medium=referral\&utm_source=bogo\&utm_content=in-app)

<br>


---

# 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.bogos.io/de/integration/cart-drawer-apps.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.
