# Product (Pre-order)

This is a product page with default template **`product.pre-order.json`**

<figure><img src="/files/3tRLcZ7pCgGL8V2e0nH2" alt=""><figcaption></figcaption></figure>

This template can be used to show customers, that product available for the Pre-order purchase.

<figure><img src="/files/3rYhtuUaLfcWaseOPfGH" alt=""><figcaption></figcaption></figure>

**INFO**: The logic of purchasing a product does not change, the only difference is changing the text of the "Add to cart" button to "Pre-order". When customer purchase a product, than in the admin panel on the “Order status page” you can see an aditional property “Pre-order”:

<figure><img src="/files/5XLTw5fXSkxwq01e91i0" alt=""><figcaption></figcaption></figure>

You can use section “[Product template](/manual-shopify-theme-ultra/product/product-template.md)” to configure appearance and additional settings of the page.

You can use a block “Countdown timer” to set some timer that indicate how long product will be available for the Pre-order or some thing like this.

<figure><img src="/files/QzgvUxs187IGt7sSZa7r" 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://utd-bv.gitbook.io/manual-shopify-theme-ultra/pages/product-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.
