# Pre-order

***

The **Pre-order** feature allows you to sell products that are not yet available for immediate shipping, helping you capture demand and generate early sales.

#### **I. How to set up Pre-order tag**

1. Go to **Shopify admin → Products**
2. Select the product you want to set as pre-order
3. Add the tag: **`pre-order`**
4. Click **Save**

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

#### **II. Quick setup in theme**

1. In the **Product page → Product information → Buy buttons block.**
2. **Enable pre-order mode:** When enabled, products with the **`pre-order`** tag will automatically replace the **“Add to cart”** button with a **“Pre-order”** button.
3. **Pre-order button text:** Customize the button label (e.g., *Pre-order now*, *Reserve yours*).

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


---

# Agent Instructions: 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:

```
GET https://help.inspiredtheme.com/articles/product-pages/pre-order.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
