# How to setup pre-order products?

How to change **Pre-order** button to **Add to cart** button on product page. Instead of **Add to cart** button it is showing **Pre-order** button, why is that?

Pre-order products are products that will continue to be sold when they are out of stock. With pre-order products, they will be still visible on store and the button "**Add to cart**" of these products will be change to "**Pre-order**" instead of a "**Sold out**" button.

{% hint style="success" %}
**To setup a pre-order products, please follow these steps:**

1. From your admin, go to **Products**
2. Click to the product you want to edit&#x20;
3. Scroll down to **Inventory** section, tick to **"Continue selling when out of stock"** checkbox
   {% endhint %}

<figure><img src="https://2603381870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzHrRp9fYeFj0SVV6k2dP%2Fuploads%2FzBekp31wBJogTCLdwk6O%2Fimage.png?alt=media&#x26;token=a0b05c79-7e9d-4cc9-9833-743cf260c87a" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2603381870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzHrRp9fYeFj0SVV6k2dP%2Fuploads%2Fh3U4NCFOvpCvzLZkMy8m%2Fimage.png?alt=media&#x26;token=12da7987-38f1-4f6e-9f27-471e01d39c63" 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://nextsky.gitbook.io/agile-theme/frequently-asked-questions/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.
