# Out-of-stock notification

The 'Out-of-stock notification' feature in Broadcast helps customers engage with you when items are out of stock.&#x20;

Customers can easily submit an email request for an item or variant that is currently out of stock:

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

### How to enable the feature

Using the Theme Customizer, enable the global feature under the **Theme settings -> Product form**:

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

**Check** the box to turn on the feature. Uncheck to turn it off. **Save** your changes.&#x20;

All out-of-stock items, including variants, will now display a custom 'Sold out' button with the 'Notify me when it's available' message.&#x20;

### How to customize the button text

Using the Theme Customizer, click on the **ellipsis icon** (three dots) at the top-left next to the Theme name, and then choose '**Edit default theme content**':

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

Under the '**General**' tab:

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

Scroll down to the '**Newsletter form**' section, under '**Newsletter product availability**' and modify the text to your preference:

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

**Save** your changes.&#x20;

### Processing requests

{% hint style="info" %}
When the customer submits the form, the merchant will receive an email message similar to a Contact form message. The message will include details of the product, variant and email address. \
You can record that information and respond to the customer using the email address included in the form.&#x20;
{% endhint %}

The out-of-stock form will appear in a drawer (similar to a cart drawer) for the customer to complete. The name of the product and variant is shown to the customer:

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

After adding their email address, a confirmation message appears in the drawer:

<figure><img src="/files/9mtLcXGVaAlhmGKczJOI" alt=""><figcaption></figcaption></figure>

The merchant will receive an email to the same account, and the merchant will receive store contact form messages. Here is an example:

<figure><img src="/files/MepL2Z0fUBPHsAfilHyK" alt=""><figcaption><p>Sample message to merchant</p></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://broadcast.presidiocreative.com/products/product-pages/out-of-stock-notification.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.
