> For the complete documentation index, see [llms.txt](https://docs.atloss.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atloss.de/enthaltene-erweiterungen/checkout.md).

# Checkout

Der [Checkout](/academy/fachbegriffe/checkout.md) ist der wichtigste Vorgang in einem Online Shop und bildet das Herzstück deiner E-Commerce Präsenz. Daher haben wir uns dafür entschieden den kompletten Vorgang vom Warenkorb, über die Registrierung und Checkout Bestätigung bis hin zum Bestellabschluss zu optimieren.

Dabei haben wir uns layouttechnisch am bewährten Shopify Checkout orientiert, der zu den best konvertierenden Checkouts aller Shopsysteme zählt. Einfaches Design, gepaart mit optimierter Usability für Desktop, Tablet und mobilen Endgeräten, verleiht deinem Shop mit dem Theme einen klaren Vorteil zu herkömmlichen Shopware Shops.

So gibt es zunächst Layout-Anpassungen im Warenkorb:

<div><figure><img src="/files/K7Bv1oxbBCGT7heKhJlS" alt=""><figcaption><p>Shopware Standard Warenkorb</p></figcaption></figure> <figure><img src="/files/4UBIW718IyOLY27YMvFq" alt=""><figcaption><p>Theme Warenkorb</p></figcaption></figure></div>

Eine komplette Überarbeitung findet erstmals in der Checkout Registrierung statt. So wird das Login Formular ersichtlicher, Registrierungs-Formularfelder übersichtlicher zusammengefasst und die Eingabe von Gutscheincodes ermöglicht:

<div><figure><img src="/files/f6HdZz64owgMcJzcDNt7" alt=""><figcaption><p>Shopware Standard Checkout Registrierung</p></figcaption></figure> <figure><img src="/files/N9V7klf20bk5KMb4YXOz" alt=""><figcaption><p>Theme Checkout Registrierung</p></figcaption></figure></div>

Auch die Checkout Bestätigung wurde grundlegend neugestaltet. Liefer- und Rechnungsadresse, sowie die Zahlungs- und Versandarten werden übersichtlicher präsentiert. Die Zustimmung der AGBs findet direkt am "Zahlungspflichtig bestellen" Button statt, sodass der Besucher nicht noch einmal zum Start der Seite scrollen muss. Die Warenkorbpositionen bleiben außerdem dauerhaft für den Besucher ersichtlich. Ebenfalls ist auch hier ist die Eingabe von Gutscheincodes möglich:

<div><figure><img src="/files/ttwT58CxQRlO7eRowOBU" alt=""><figcaption><p>Shopware Standard Checkout Bestätigung</p></figcaption></figure> <figure><img src="/files/wsHpnTEdvluQjZnoUg1t" alt=""><figcaption><p>Theme Checkout Bestätigung</p></figcaption></figure></div>

Abschließend wurde auch der Bestellabschluss optimiert. Informationen zur Bestellung werden kompakter zusammengefasst und die Warenkorbpositionen befinden sich nach wie vor bis zum Ende an der selben Stelle:

<div><figure><img src="/files/XGn3hIKD048dIIz2oaRK" alt=""><figcaption><p>Shopware Standard Checkout Abschluss</p></figcaption></figure> <figure><img src="/files/rf5D8TVka6oSGora3MlY" alt=""><figcaption><p>Theme Checkout Abschluss</p></figcaption></figure></div>


---

# 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.atloss.de/enthaltene-erweiterungen/checkout.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.
