# Function display settings

You can use promotional pricing to automatically show Function Junction discounted prices and sale badges to eligible customers on your store.&#x20;

After you've set up a discount campaign using Function Junction, enable promotional pricing in your theme settings to display the right prices and visual indicators to eligible customers.&#x20;

The criteria for promotional pricing to appear is based on conditions that you've already set up in the function configuration.

{% hint style="info" %}
**Note:**

This feature is only available on the latest version of select themes. Supported themes include Carbon, Broadcast, Modular, Palo Alto, Dawn, Horizon, and Prestig&#x65;**.** \
\
If you're using an unsupported theme and want to use this feature, contact [`functionjunction@presidiodev.com`](mailto:functionjunction@presidiodev.com)  for support.
{% endhint %}

Below is an example of how a VIP customer sale badge would appear on the product page:

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

## In this section

* [Enabling promotional pricing](#enabling-promotional-pricing)
* [Advanced settings](#advanced-settings)

***

## Enabling promotional pricing

{% hint style="info" %}
**Note:**

When promotional pricing is enabled, all eligible campaigns automatically display a promotional pricing badge. You can’t choose to show badges for some campaigns and not others.
{% endhint %}

**Steps:**

1. From the Function Junction app menu, click **Display settings**.
2. Under **Add to theme**, check **Display promotional pricing**.
3. Optional: Check **Calculate combined discounts** to display total savings when both **Compare at** pricing and campaign discounts apply.
4. Click **Preview and configure** to launch the theme editor.
5. In the theme editor panel, toggle the **Promotional price badge** theme block on.
6. Optional: Toggle promotional pricing visibility on or off for product pages. You can also choose to change the colors and badge size.
7. Click **Save**.

{% hint style="info" %}
**Note:**&#x20;

When combined discounts are enabled, the badge reflects the total savings, displayed using the campaign’s discount type (percentage or fixed amount).
{% endhint %}

***

## Advanced settings

If you're comfortable with HTML/CSS you can customize how the promotional pricing badges appear on both your product pages, and your collection pages.

Add your code under product page, or collection page to update the badge on each page, respectively.

If you need help, you can contact us by using the chat widget in the app, or email us at [`functionjunction@presidiodev.com`](mailto:functionjunction@presidiodev.com) .


---

# 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://support.functionjunctionapp.com/function-display-settings.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.
