> For the complete documentation index, see [llms.txt](https://orbit-b2b.gitbook.io/orbit-b2b-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbit-b2b.gitbook.io/orbit-b2b-docs/b2b-prices-app-embed/display-mode.md).

# Display modes (strikethrough / replace)

The B2B Prices embed has two visual styles for how it replaces retail. Pick whichever fits your brand under **Settings → General → B2B Price Display**.

## Strikethrough (default)

```
~$25.00~  $21.25  [Save 15%]
```

The retail price stays visible with a strikethrough, the B2B price shows in bold beside it, and an optional green "Save 15%" / "Save $5.00" chip rounds it off. Best for:

* Showing customers how much they save
* B2B stores where wholesale is positioned as a privilege ("you're getting X% off our list price")
* Stores that occasionally run promo pricing on top of wholesale (helps prove the customer is still getting the better deal)

## Replace

```
$21.25
```

The retail price is wiped completely and only the B2B price shows. Best for:

* B2B-only stores where retail customers never see this catalog
* Stores where the wholesale price IS the customer's everyday price (no concept of "list" pricing they're saving against)
* Clean visual design preference

## Save badge

The chip next to the B2B price ("Save 15%" / "Save $5.00") is independent of display mode — toggleable via the **Show Save badge** checkbox. Content is computed from the actual savings, so:

* Percent-typed rules → `Save 15%`
* Amount / fixed-amount rules → `Save $5.00`
* Stacked rules (Wholesale + Volume) → percent of the total savings, e.g. `Save 33%` for 30% wholesale + extra 5% volume tier

Turn the badge OFF if your brand has a no-discount aesthetic where the savings number would look promotional.

## Currency code suffix

The **Show currency code** checkbox appends the ISO currency code after the formatted amount:

* Off (default): `$21.25`
* On: `$21.25 USD`

Useful for multi-region stores where the same `$` symbol could mean USD, CAD, AUD. Off otherwise to keep the price compact.

## Switching modes mid-business

Changing display mode in admin instantly applies to the storefront — no re-deploy, no theme code edit. Save the setting, refresh the storefront, and the next page load uses the new mode. Shopify's CDN caches the metafield briefly (\~1-2s), so wait a beat after saving if you don't see the change immediately.

## Preview vs. live

The settings page itself doesn't render a live preview of the storefront — to see the actual overlay, save the setting and open a product detail page in a separate tab.

## Next

* [Theme support & custom selectors](/orbit-b2b-docs/b2b-prices-app-embed/theme-adapters.md)
* [How variant + qty changes affect the price](/orbit-b2b-docs/b2b-prices-app-embed/variant-qty-reactivity.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://orbit-b2b.gitbook.io/orbit-b2b-docs/b2b-prices-app-embed/display-mode.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
