> 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/en/theme-configuration/checkout/completion.md).

# Completion

### Übersicht

Der Bestellabschluss ist die letzte Seite, die der Kunde im [Checkout Prozess](/en/academy/technical-terms/checkout.md) sieht. An dieser Stelle wird der Bestelleingang bestätigt. Nun kann der Kunde alle relevanten Daten zu seiner Bestellung wie Liefer- und Rechnungsadresse, Zahlungs- und Versandart, sowie weitere Informationen zur Bestellung einsehen. Die nachfolgenden Konfigurationsmöglichkeiten stehen dir für diese Seite zur Verfügung.

<figure><img src="/files/VnTcD2mhsFTvOGyRBgJS" alt=""><figcaption><p>Checkout Abschluss unseres Kunden <a href="https://outdoordino.de/">https://outdoordino.de/</a></p></figcaption></figure>

### Konfiguration

<figure><img src="/files/hnDHNZFsoQJCcdoEFkeT" alt=""><figcaption></figcaption></figure>

<details>

<summary>Bankverbindung bei folgenden Zahlungsarten anzeigen</summary>

In diesem Feld kannst du alle Zahlungsarten wählen, bei denen du deine Bankverbindung auf der Bestellabschlussseite einblenden möchtest. Besonders für die Zahlungsart "Vorkasse" kann dies häufig Sinn ergeben.&#x20;

Die [Shopbetreiber-Bankinformationen](https://docs.shopware.com/de/shopware-de/einstellungen/stammdaten#stammdaten) müssen dabei zusätzlich in den Stammdaten gepflegt werden. Sobald die Bankinformationen hinterlegt sind und du die Zahlungsart(en) in diesem Auswahlfeld verknüpft hast, werden die entsprechenden Daten im Bestellabschluss über den Informationen integriert.&#x20;

Den Verwendungszweck kannst du über den [Textbaustein](https://docs.shopware.com/de/shopware-6-de/einstellungen/Textbausteine) `theme.checkout.bankAccountPurpose` anpassen.

</details>


---

# 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/en/theme-configuration/checkout/completion.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.
