# Override Price

### Overview

Override Price allows merchants to set a fixed B2B price for selected customers or products. When applied, this price replaces the original product price completely.

Customers will only see the final amount without any discount labels or strike-throughs.

{% hint style="success" %}
It's already available [when you create a Price List.](/app-configuration/price-list.md)

You can decide to disable/enable the override price. [Go to the setup guide.](#setup-guide)
{% endhint %}

<figure><img src="/files/i8YRXq0kB8IdZn15swWD" alt="b2bridge new feature override price compare with no override price" width="563"><figcaption><p>Comparison of before and after of Override Price. The price is displayed without the original price.</p></figcaption></figure>

This feature gives merchants more control and flexibility over how B2B prices are displayed and managed, ensuring a **clean, professional buying experience.**

{% hint style="info" %}
This feature is available starting from [B2Bridge Professional plan ($99/month).](https://b2bridge.io/pricing/)
{% endhint %}

### Why B2B Stores Need To Override Price

#### 1. Professional B2B presentation (no strike-through or “discount” tag)

For wholesalers or enterprise buyers, seeing “Custom Discount” or strike-through pricing looks too retail-oriented — it implies a temporary promotion rather than a contract-based wholesale rate.

Override price ensures the buyer sees only the final agreed price — clean, professional, and aligned with B2B expectations.

#### 2. Keeps wholesale pricing discreet

With override prices, B2B buyers won’t see what the “original” retail price was.\
That prevents:

* Revealing retail margins
* Confusing partners who already negotiated their fixed rates
* Price comparison issues if they resell your products

#### 3. Cleaner invoice and checkout experience

Since override pricing removes strike-throughs and discount labels, your invoices, checkout screens, and order emails will show only the final agreed prices.\
That’s more consistent with how B2B transactions are presented.

#### 4. Set the B2B price higher than the original price

There are situations where a wholesale buyer pays more than the public retail price because of special conditions or added value, for example:

* The product includes custom packaging, labeling, or services (e.g., branding, white-label setup).
* The order uses different shipping or payment terms.
* The buyer purchases from a different region with separate tax or logistics costs.

That’s where Override Price solves it perfectly.\
It replaces the price entirely with the correct fixed value, regardless of whether it’s higher or lower than retail.

### Use cases

| Scenario                                  | What Happens with Discount                         | What Happens with Override Price                    |
| ----------------------------------------- | -------------------------------------------------- | --------------------------------------------------- |
| Standard wholesale buyer (-20%)           | Sees a crossed-out retail price and a discount tag | Sees only the final price (no discount text)        |
| Corporate client with value-added service | Cannot set a higher price using discounts          | Can set $450,000 instead of retail $400,000 cleanly |

### Setup Guide

{% stepper %}
{% step %}
Go to B2Bridge > Settings > Advanced Settings.

<figure><img src="/files/XqP3Ku1cwAOf6uRVDzSN" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Find the Override price.

**Override price:** B2B prices will be shown as-is, without the 'CUSTOM\_DISCOUNT' label. This is the default option.

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

If you wish to show discount tag and strike through price, then select:

**Don't override price:** B2B prices will be displayed with the discounted amount labelled as 'CUSTOM\_DISCOUNT'
{% endstep %}

{% step %}
Save and test the new logic.
{% endstep %}
{% endstepper %}

{% hint style="success" %}

### Need Help?

If you have questions or run into issues while using any feature, we’re here to help.

* 💬 **Start a** [**Live Chat** with our support team](https://go.crisp.chat/chat/embed/?website_id=a59f354c-f51f-4f84-ae9a-c0e8dd69d2e5) directly from your B2Bridge dashboard.
* 📧 **Email us at** [**support@b2bridge.io**](mailto:support@b2bridge.io) and we’ll get back to you as soon as possible.
  {% endhint %}


---

# 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.b2bridge.io/app-configuration/price-list/override-price.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.
