# Final Sale

> Introduced in Broadcast v5.6

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 sale items

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.&#x20;

### Individual products

Broadcast uses a custom metafield which 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>" %}

<details>

<summary>Notes from video</summary>

* Define a Product metafield
* The namespace and key must be: **`theme.final_sale`**
* Ensure the namespace and key are correct
* The type is **True or False**
* Configure any of your products using the new True or False toggle
* In the Theme Customizer, turn off the global toggle to show 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;

</details>

#### Required custom metafield

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

### 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/broadcast-v5/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.
