> For the complete documentation index, see [llms.txt](https://docs.openspaces.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openspaces.design/german/readme-1/advanced/setting-up-pre-orders.md).

# Anleitung zur Einrichtung von Vorbestellungen

### Was Sie lernen werden

So aktivieren Sie ein „Vorbestellung“-Label für ausgewählte Produkte mithilfe von Metafeldern im Shopify-Admin und zeigen es mit Plain Jane an

***

### 1. Erstellen Sie das „Vorbestellung“-Metafeld

Um Produkte als vorbestellbar zu kennzeichnen, beginnen Sie damit, ein Metafeld zu erstellen:

1. Gehen Sie in Ihrem Shopify-Admin zu **Einstellungen**
2. Klicken Sie **Benutzerdefinierte Daten** aus der Seitenleiste, und wählen Sie dann **Produkte**
3. Klicken Sie **Definition hinzufügen** oben rechts
4. Füllen Sie die Felder wie folgt aus:

* **Name:** `Vorbestellung`
* **Namespace und Schlüssel:** `custom.preorder`
* **Typ:** `Wahr oder Falsch`

5. Klicken Sie **Speichern** um das Metafeld zu erstellen.

***

### 2. Fügen Sie einem Produkt Vorbestellinformationen hinzu

Jetzt, da das Metafeld eingerichtet ist:

1. Navigieren Sie zum **Produkte** Abschnitt in Ihrem Admin.
2. Wählen Sie ein Produkt aus, für das Sie die Vorbestellung aktivieren möchten.
3. Scrollen Sie nach unten zum **Produkt-Metafelder** Abschnitt.
4. Sie sollten das neue sehen **vorbestellung** Metafeld.
5. Setzen Sie den Wert auf **Wahr** um den Vorbestellstatus für dieses Produkt zu aktivieren.

> 💡 Tipp: Sie können den Vorbestellstatus für jedes Produkt jederzeit über dieses Feld ein- oder ausschalten.

***

### 3. Theme-Ausgabe

Sobald ein Produkt `preorder: true`, wird das OpenSpaces-Theme automatisch:

* Ein anzeigen **„Vorbestellung“** Button auf der Produktseite
* Markieren Sie das Produkt mit einem **„Vorbestellung“** Label, wo immer es erscheint (Vorgestellt, Kollektionen usw.)

> ⚠️ Warnung: Stellen Sie sicher, dass das Produkt **auf Lager oder für Nachbestellung verfügbar ist** damit Kunden den Checkout tatsächlich abschließen können.

### **Brauchen Sie Hilfe?**

* 💬 **Treten Sie unserer Community auf Discord bei:** <https://discord.gg/hcc2GvgZc6>
* 📧 **Schreiben Sie uns eine E-Mail an:** <support@openspaces.design>
* 💻 **Chatten Sie live mit uns:** Verfügbar Montag–Freitag, 10:00–18:00 EST, direkt auf unserer Website


---

# 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.openspaces.design/german/readme-1/advanced/setting-up-pre-orders.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.
