Wholesale Discount Solution

1) Which price does our app use to calculate the discount? "Compare-at-price" or "Sale price"?

You can choose between the compare-at price and the sale price for the discount calculation from our app setting section.

2) Do I need any programming skills to install/use the app?

You don't need any programming skills to install/use the app.

3) Do you support all Shopify themes?

Yes, the Wholesale discount solution app is compatible with all Shopify themes.

4) Does this app allow B2C & B2B features within a single website?

Yes, you can build a Shopify store that will have both the retail and wholesale prices in the same store. Only approved B2B customers can access the wholesale prices, while your B2C retail customers can only see the regular selling price. In other words, you can also create fixed prices for B2C customers and another set of fixed prices for B2B customers.

5) Can I have a different price list for different wholesale customers?

Yes! You can have as many prices for as many different customers as possible. You can set a unique price per product or collection for each individual customer or customer group.

You can offer different sets of prices to your customers based on customer tags for the entire store, specific collections, and specific products.

6) Does this app create duplicate products or variants?

NO! Our app doesn't create any duplicate products or variants unlike the other apps, so it will not mess up your store inventory.

7) Can I set minimum cart requirements for the discount?

Yes, you can set the minimum cart requirement on either the quantity or the order amount, or both.

8) How to create and test a wholesale offer?

Please watch the video here https://www.youtube.com/watch?v=4DqdUwJfDZk to quickly understand how it works.

9) Does the app compatible with non-decimal currency?

No, our app doesn’t support the Shopify non-decimal currency at this time.

10) How to add the wholesale registration form to the top navigation bar of your store?

Copy the wholesale registration form link from the wholesale registration section and follow the video here https://www.youtube.com/watch?v=mYCitd-c1T8 to quickly understand how to set up menu items.

11) Can we change the popup size by adding custom CSS?

Yes, You are able to change the popup size by adding the below CSS in the theme.liquid file.

<style>
    .modal-content{
     background:white;
    }
   .modal-backdrop{
    display: block!important;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    width: 100%;
    height: 100%;
    opacity: 0.5 !important;
    outline: 0;
    margin: 0 auto;
    background: gray; 
   }
   .wds-modal .wds {
      margin: 0 auto;
      z-index: 1055;
      width: 80% !important;
      max-height: 700px !important;
      opacity: 1 !important;
      outline: 0;
   }
 </style>

11) how to change the font size by adding custom CSS?

You are able to change the font size by adding the below CSS in the theme.liquid file.

<style>
  .wds .fs-1 {
      font-size: 2rem !important;
    }
    .wds .fs-2 {
      font-size: 1.75rem !important;
    }
    .wds .fs-3 {
      font-size: 1.25rem !important;
    }
    .wds .fs-4 {
      font-size: 1rem !important;
    }
    
    .wds .fs-5 {
      font-size: 0.75rem !important;
    }

    .wds .fs-6 {
      font-size: 0.50rem !important;
    }    
</style>

12) If multiple discount groups are assigned to one user which Min Requirement rules will apply?

If we have two or more discount groups and we tag the customer in both, the app applies the Min Requirement rules of the discount group with a higher discount.

13) If multiple discount groups are assigned to one user which Flat shipping rules will apply?

If we have two or more discount groups and we tag the customer in both, the app applies Flat shipping rules of the discount group with a higher discount.

14) How to add a wholesale section in the menu bar?

  1. Go to Navigation in your Shopify admin and click on the Main menu.

  2. Click on Add menu item.

  3. Add the Wholesale section and use the Storefront URL.

  4. In the end, don't forget to save.

15) How to set up the first discount Group?

16) How do I enable customer accounts?

Follow the below steps to enable customer accounts.

Once done hit the save button and try to log in.

17) Can a Wholesale discount solution remove the code and files automatically after uninstalling?

When you uninstall the app after that we don't have any access using API so you need to remove the code manually.

You can remove the below list of files and code.

18) How to setup Fix prices using a wholesale discount solution app?

19) How does wholesale registration work?

Last updated