# How do Shopify discounts work with Wholesale Discount Pro if I enable it from Settings?

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

If you have **enabled the setting “Allow Shopify Discount Code,”** your customers can apply a discount code at checkout to get additional savings.

\
If you have **enabled the setting “Allow Shopify Automatic Discount,”** automatic discounts, such as Buy One Get One (BOGO) or percentage discounts, will be applied without the need for a code.&#x20;

Here are a few use cases demonstrating how these settings work:

**Use Case 1: Wholesale Discount Pro 50% OFF + Shopify Discount (Buy 1 Get 1 Free)**<br>

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

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

**Scenario:**

* A wholesale customer orders 2 units of a product priced at **$100** each.

**Calculation:**

* **Wholesale Discount Pro:** 50% off the total = **$100 for 2 units**.
* **Shopify Automatic Discount (BOGO):** The customer pays only for 1 unit due to the Buy 1 Get 1 Free offer.
* **Final Price:**\
  \&#xNAN;**$50** (The wholesale 50% discount applies first, followed by the BOGO making one unit free).

***

**Use Case 2: Wholesale Discount Pro 50% OFF + Shopify Discount Code ($20 OFF)**

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

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

**Scenario:**

* A wholesale customer orders 1 product worth **$100**.

**Calculation:**

* **Wholesale Discount Pro:** 50% off = **$50**.
* **Shopify Discount Code:** Additional **$20** off applied at checkout.
* **Final Price:**\
  \&#xNAN;**$30** ($50 – $20).

***

**Use Case 3: Wholesale Discount Pro 50% OFF + Shopify Automatic Discount (20% OFF)**

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

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

**Scenario:**\
A wholesale customer orders products worth **$100**.

**Calculation:**

* **Wholesale Discount Pro:** 50% off = **$50**.
* **Shopify Automatic Discount (20% OFF):** 20% off the discounted amount = **$50 – $10 = $40**.
* **Final Price:**\
  \&#xNAN;**$40** (Both discounts are applied sequentially).

***


---

# 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://help.wholesalepro.app/wholesale-pro/how-do-shopify-discounts-work-with-wholesale-discount-pro-if-i-enable-it-from-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.
