# Final Sale

Broadcast includes a Final sale message feature, which allows shoppers to easily identify products on final sale and view details about the sale.&#x20;

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

The message can be triggered to appear on all sale items or individual products only.&#x20;

***

### All products

To display the Final Sale message on **all** your products that are **on sale**, Broadcast has a global setting.&#x20;

Use the **Theme settings** -> **Product form** -> **Final sale** to toggle the feature for **all sale items** and also configure the details displayed on hover:

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

* When this toggle is checked, all sale items will display the 'Final sale' message and details on hover.

***

### Individual products

Broadcast can display the final sale message only on certain products if desired.  Broadcast uses a custom metafield that can be added to individual products. Each product in your store can be individually toggled to display the final sale message.&#x20;

{% hint style="info" %}

* The custom metafield is only required if you want to choose which products to display the final sale message and details individually.&#x20;
* No metafield is required if you plan to display the final sale message on all your sale items.
  {% endhint %}

#### How to video

This short video demonstrates creating a required custom metafield to display the final sale message on only individual items:

{% embed url="<https://www.loom.com/share/2101b58fc56d4093a8032c5779b223bf?sid=46dec141-6703-4062-b69a-b3852392b056>" %}

#### Required custom metafield

| Metafield details |                                                    |             |
| ----------------- | -------------------------------------------------- | ----------- |
| Metafield type    | Product                                            |             |
| Name              | Final Sale                                         |             |
| Namespace and key | <mark style="color:red;">`theme.final_sale`</mark> | (important) |
| Description       | Final Sale                                         |             |
| Type              | **True or false**                                  |             |

#### Product setup

* Configure any of your products using the new True or False toggle under the Metafields section.

#### Theme Customizer

* In the Theme Customizer, disable the global toggle to display the Final Sale message on all sale items. By turning this off, only individual products from the metafield settings will display the custom message.&#x20;

***

### Customize language

The theme will default the main message to '**Final sale**'. You can change the text by modifying the default theme content.&#x20;

In the Theme Customizer, click on the **ellipsis icon** on top and choose '**Edit default theme content**':

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

In the editor, type in '**final sale**' in the search box to find the correct entry to modify:

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

To manually find the text snippet, use the **Products tab** and under the **Product** section, find **Final sale**


---

# 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/final-sale.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.
