> For the complete documentation index, see [llms.txt](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/how-to-avoid-duplicated-discounts-when-using-another-b2c-discount-app.md).

# How to Avoid Duplicated Discounts When Using Another B2C Discount App

If you’re using another **Shopify discount app** alongside our **B2B/Wholesale Solution** app, you might worry that your **B2B customers** could receive both discounts — the wholesale price **and** the additional B2C discount.

No worries — our app is designed to prevent this situation automatically. Let’s walk through an example to explain how it works 👇

***

### 🧩 **Example Scenario**

You have two customer groups:

* 🏷️ **B2B customers** — tagged with **b2b**
* 🏷️ **B2C customers** — tagged with **b2c**

**Discount setup:**

* In your **B2C discount app**, you create a rule:\
  ➜ *10% off* for orders **over $500**.
* In the **B2B/Wholesale Solution** app, you create a **Custom Pricing** or **Quantity Break** rule:\
  ➜ *30% discount* applied to customers with the **b2b** tag.

***

### ✅ **Result**

* **B2B Customers:**\
  When B2B customers log in, they will see their **custom wholesale prices** (already discounted by 30%).\
  They **cannot apply** the additional 10% discount from the B2C discount app, even if their order exceeds $500.
* **B2C Customers:**\
  B2C customers will see the **original product price** and can apply the **10% discount** from your B2C app when their order total exceeds $500.

This separation ensures **no duplicate discounts** are applied and keeps your pricing structure clean and accurate.

***

### 🧠 **Tip**

* Use **customer tags** (e.g., *b2b*, *b2c*) to clearly define which customers receive wholesale pricing and which follow your retail discount rules.
* You can manage these tags automatically using our **B2B Registration Form** feature.

***

### 🛍️ **Try It Yourself**

You’ll have a **14-day free trial** to test how both pricing systems work together.\
If you have any questions or run into issues, don’t hesitate to contact us — we’re always happy to help!

📧 **<support-sbc@bsscommerce.com>** | 💬 **Live Chat available in-app**


---

# 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://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/how-to-avoid-duplicated-discounts-when-using-another-b2c-discount-app.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.
