# Advanced settings

## Overview

The **Advanced settings** tab contains configuration options that affect how B2Bridge displays prices and how your B2B account structure works.

Go to **Settings** → **Advanced settings** tab.

## 1. Override price

Controls how B2B prices are displayed on your storefront.

* **Override price** *(default)* — B2B prices are shown as the final price, without any "CUSTOM\_DISCOUNT" label or strike-through of the original price. This gives a clean, professional presentation suited to wholesale relationships.
* **Don't override price** — B2B prices are displayed alongside the original price, with the discounted amount labelled as "CUSTOM\_DISCOUNT".

{% hint style="info" %}
For a full explanation of when and why to use Override price, see [Override Price](/v2.2026/app-configuration/price-list/override-price.md).
{% endhint %}

## 2. Account type

Choose the account model for your B2B store:

* **Use current single company account** — each B2B buyer has their own individual account (the standard Customer Group model).
* **Switch to company (parent/child) account** — group individual buyers under a Company Account umbrella. This is useful for corporate customers with multiple buyers purchasing under one company.

{% hint style="warning" %}
Switching account types affects how customers are grouped and managed. Review [Company Account](/v2.2026/app-configuration/company-account.md) before making this change.
{% endhint %}

## 3. Custom CSS

Enter custom CSS to override B2Bridge's default storefront styles. This is for advanced users who need to adjust the visual appearance of B2Bridge elements on their theme.

## 4. Save

Click **Save** after making any changes.

***

{% 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/v2.2026/app-configuration/settings/advanced-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.
