# Can I Apply Additional Discounts with Custom Pricing or Volume Pricing?

The short answer is: It **depends**.

While automatic discounts are still incompatible, you can now allow your customers to use Shopify Discount Codes alongside our pricing rules by adjusting your settings.

#### 1. Manual Discount Codes (Yes)

You can apply native Shopify discount codes or those generated by third-party apps. However, this is not enabled by default. To allow this:

* Navigate to **BSS B2B Solution > Advanced Settings**.
* Enable the **Shopify Discount** option.
* Click **Save**.

{% hint style="warning" %}
**Note**: If you have not enabled the setting mentioned above, the "Apply Discount" box will remain hidden on the Checkout page to prevent confusion.
{% endhint %}

#### 2. Automatic Discounts (No)

Currently, **automatic discounts** (whether created within Shopify or via a third-party app) will not work while Custom Pricing or Volume Pricing rules are active on a draft order or checkout.

***

### 💡 **Alternative: Use the Discount Code Function in Our App**

Instead of applying external discounts, you can create discount programs **directly within the B2B/Wholesale Solution** app using the **Discount Code** feature.\
This feature displays a discount box on the **Cart page**, allowing customers to enter the code before checkout.

🛒 *Example:*\
A discount code box will appear on the cart page instead of the checkout page.

***

### ⚙️ **How to Enable the Discount Code Function**

#### **Step 1: Enable the Function**

1. From the app **Dashboard**, toggle **Discount Code** to enable it.
2. Once enabled, the **Discount Code box** will automatically appear on your **Cart page**.

> 💬 If you don’t see the box, please contact us at **<support-sbc@bsscommerce.com>**, or refer to the **Manual Installation Guide** for setup instructions.

***

#### **Step 2: Create a Discount Rule**

1. Go to **DC Rules → Create New Rule**.
2. Fill out:
   * **DC Name**
   * **Status**
3. Add your **Discount Code** and define the **discount value** (amount or percentage).
4. Choose the **customer groups** eligible for this discount.
5. Select the **products** that the discount applies to.
6. Set the **Start Date/Time** and **End Date** (optional).
7. Click **Save** to apply your settings.

***

### 🧾 **Example Calculation**

In this example, two discounts are applied together:

* ✅ Discount from a **Custom Pricing rule**
* ✅ Discount from the **Discount Code** entered on the **Cart page**

The system automatically calculates the total based on both discounts, ensuring customers receive the correct final price.

***

### 🧠 **Summary**

| Function             | Applies with Other Discounts? | Notes                       |
| -------------------- | ----------------------------- | --------------------------- |
| Custom Pricing       | ❌ No                          | External discounts disabled |
| Volume Pricing       | ❌ No                          | External discounts disabled |
| In-App Discount Code | ✅ Yes                         | Applies within cart page    |

***

#### 💬 **Give It a Try**

Enable the **Discount Code** function in your app and test how it works alongside your **Custom Pricing** rules.


---

# 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-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/can-i-apply-additional-discounts-with-custom-pricing-or-volume-pricing.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.
