# Product sale display

<figure><img src="/files/6bjVK7tse0EcAe3ug4Xy" alt=""><figcaption><p>Product sale display settings</p></figcaption></figure>

#### 1. Show sale tag and discounted price as:

**Show sale tag and discount price as:** There are three options: Discountable price range, Current discount tier, Next discount tier as if 1 more item is added.

For example: Rule Discount 10% for Album, Beanie when Cart subtotal price is greater than 100$.

* **Discountable price range:** Sale tag will show the range of discounts that products can be applied without adding to cart or meeting rule conditions.

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

* **Current discount tier:** Sale tag will show the range of discounts that products can be applied when products has been added to the cart and meets the rule conditions.

When cart subtotal price is less than 100$, sale tag is not displayed.

<figure><img src="/files/87EdvCZOJGUHiRGbhwKq" alt=""><figcaption></figcaption></figure>

When cart subtotal price is greater than 100$ and Beanie is added to cart, sale tag is displayed.

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

* **Next discount tier as if 1 more item is added:** The sale tag will show the discounted product price, which should be applied when the rule is matched to make the product eligible for a discount.

In this case, cart subtotal price equal 90$, then when Beanie or Albums is added to the cart, cart subtotal is greater than 100$, so sale tag is displayed.

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

#### 2. Sale Tag

**Show sale tag for sale product:** When you tick this option, a sale tag will display on product image on shop page and single product page.

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

**Show sale off amount on the sale tag:** When you tick this option, a discount range tag will display on the sale tag.

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

#### **3. Product price display**&#x20;

**Show product discount price:** When you tick this option, product price will be replaced with the discount one.

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

**Show product regular price within discount:** When you tick this option, regular price will display as strike-through text on product price.

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

#### 4. Saving amount

This option allows you to display the product savings amount on the cart page. <br>

Note: It only works with the Cart shortcode.

<figure><img src="/files/xr2VFApTux6n4bHtJt8F" 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://docs.yaycommerce.com/yaypricing/global-settings/product-sale-display.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.
