> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aftersell.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Show Discounts from Base Price Instead of  Compare at Price

> Choose how product-level savings are calculated and displayed in the cart.

# Overview

This setting controls whether Upcart uses the **original product price** or the **compare-at price** when displaying product savings. It only affects **savings shown on individual line items**, not the total savings above the checkout button.

## **Where to Find It**

Go to:\
**Upcart > Editor > Settings > Advanced Settings**\
Look for **“Show discounts from base price instead of compare at price.”**

## **How It Works**

### Enabled (Box Checked)

Savings are calculated using the **original product price**, even when a direct discount is applied.

```
Original Price - Discounted Price = Savings
```

The strikethrough price shown will be the product’s original price (not the compare-at price).

### Disabled (Box Unchecked)

Savings are calculated using the **compare-at price**.

```
Compare-at Price - Discounted Price = Savings
```

This may overstate the actual discount if the compare-at price is higher than the product’s original base price.
