# How to setup pre-order products?

When you define a preorder metafield, you can easily toggle on or off the preorder feature which converts the Add to Cart button to a Pre-order button.

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

## Setup

Setting up a preorder metafield is very simple and can be done right in your Shopify Admin.

{% hint style="success" %}
Create a custom **metafield** for product with namespace and key: '**ortheme.preorder**' and field type is **True or false**
{% endhint %}

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

## Product setup

If a product is a pre-order, select true

<figure><img src="/files/k63KwmJNzpQK7rxfYCTU" 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://oranthemes.gitbook.io/nimbus-theme/faqs/how-to-setup-pre-order-products.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.
