• Resolved miguelappstudio

    (@miguelappstudio)


    I need to add a functionality to WooCommerce by which discounts can be made for quantity of products.

    So, an example:
    If I buy 12 units of a product, I will have a 6% discount
    I am using a plugin for wholesale pricing (Wholesale Suite), which does not have this functionality.
    I show you the system that this plugin uses for “QUANTITY DISCOUNTS”, but this is not what we need.

    1 – 12 = 2%
    13 – 24 = 4%
    25 – 36 = 6%

    You can see a screenshot. https://ibb.co/8MTcQCs

    We need another way to implement “quantity discounts”

    We need the discounts to be only for the selected quantity, and the rest of the units of these products that are added to the cart, do not apply the discount.

    I show an example:

    • 6% discount every 12 TV Units
    • example – 1: A user buys 14 TV Units, the discount must be applied to the first 12 units, the remaining 2 units will be exempt from the discount.
    • Example – 2 : A User buys 27 units of televisions, 24 units have a 6% discount, the remaining 3 units will be exempt from the discount.

    Do you understand what we are looking for?

    How can I achieve this and only show it to wholesale customers?

    I would like to know the plugins we can use to achieve this, including free ones

    Thank you

Viewing 11 replies - 1 through 11 (of 11 total)
  • Roxy

    (@beautyofcode)

    Hi @miguelappstudio ,

    Thanks for reaching out!

    Based on what you have described, the Bulk Discounts for WooCommerce may be a good fit.

    Alternatively, you can have a look at the B2B & Wholesale Suite as this extension mentions discounts as one of the many features, however, I am not entirely sure how extensive the discounts are for this extension.

    WooCommerce.com offers a 30-day refund policy which you can take advantage of, allowing you to test the extension, and make sure that it is what you are looking for.

    Should you have any pre-sales related questions, kindly contact us directly at WooCommerce.com → My Account → Support. You will need to create an account if you do not have one already.

    Hope this helps!

    Thread Starter miguelappstudio

    (@miguelappstudio)

    Thanks for your quick response @beautyofcode
    Apparently I can only opt for the Bulk Discounts for WooCommerce option.
    If you guarantee me that it has the functionality that I have described in the discussion, I will not hesitate to buy this WooCommerce Plugin.

    I’ll keep looking for some other free plugin while I wait for your response

    Can I do this with Bulk Discounts for WooCommerce ?

    Are there free plugins that can do this ?

    Thank you

    Roxy

    (@beautyofcode)

    Hi @miguelappstudio ,

    Yes, to the best of my knowledge the Bulk Discounts for WooCommerce extension will work for your use-case.

    The features of this extension mentions (amongst many):

    • Creating unlimited rules and running multiple discount offers: this will allow for you to create the discount rules as per your example shared.
    • Offering discounts to specific user roles: This will allow you to display these only to wholesale customers.

    You can read more on the extension features here.

    Hope this helps!

    Thread Starter miguelappstudio

    (@miguelappstudio)

    Thanks for your quick response @beautyofcode

    You are amazing.

    I’ll keep looking for a free plugin to achieve this.
    But if I can’t find it, I already plan to buy this Add-on

    Thank you, I hope you can wait to give the debate as resolved waiting for someone to have some other idea, a free plugin to achieve this.
    Thank you

    Roxy

    (@beautyofcode)

    Hi @miguelappstudio ,

    You are very welcome, happy to help!

    Sure, we’ll leave this open for a bit to see if anyone can chime in with a solution on a free plugin that can help you achieve exactly this.

    Cheers!

    Thread Starter miguelappstudio

    (@miguelappstudio)

    Hello again @beautyofcode .
    I have tested this WooCommerce plugin and it can be used for what I need.

    I have also managed to make some functions that help me get the discounts.
    It has been an intense search, but it has been worth it.

    Thank you for the constant support of the WooCommerce volunteers, your work is necessary for people like me.

    Roxy

    (@beautyofcode)

    Hi @miguelappstudio ,

    I have tested this WooCommerce plugin and it can be used for what I need.

    I have also managed to make some functions that help me get the discounts.
    It has been an intense search, but it has been worth it.

    That is really great to hear!

    Thank you for the constant support of the WooCommerce volunteers, your work is necessary for people like me.

    You are most welcome, we are always happy to help 🙂

    If you have any questions, or need any help pertaining to the Bulk Discounts for WooCommerce extension, you can contact us directly at WooCommerce.com → My Account → Support.

    Otherwise, if you need any further help with WooCommerce core – feel free to create a new topic.

    Cheers!

    Thread Starter miguelappstudio

    (@miguelappstudio)

    Hello, I have tried to contact the creators of Bulk Discounts for WooCommerce to ask a question but they do not answer my questions.

    Do you know @beautyofcode another plugin that does what I need?
    Thank you



    Roxy

    (@beautyofcode)

    Hi @miguelappstudio ,

    I’m sorry to hear that you have not yet received a response for your internal request.

    Please can you share your ticket number so that I can check this on our end?

    Cheers!

    Thread Starter miguelappstudio

    (@miguelappstudio)

    Thank you @beautyofcode , they have responded a few minutes ago, but I have doubts, they already say that this plugin does not work for my needs, they have advised me another new Role Based Pricing for WooCommerce plugin

    Ticket number 6233553

    I sent you the information of what I need, but I still have not received a response.
    This is a chaos,

    I want to tell you exactly what I need and you tell me what is the complement I need, and I hope you can help me

    I need to make different types of discounts to certain user roles in some of the products, when a certain amount of this product is purchased.
    For example

    • buy 10 (multiples of 10) TV, 5% discount (5% is applied to each 10 TV only)
    • buy 12 (multiples of 12) Dryers, 5% discount (5% is implemented for every 12 Dryers only)
    • buy 15 (multiples of 15) Drillers, discount of 8% (8% is applied to every 15 Drillers only)

    The discount should only be applied to the number of products that we have chosen in:

    Between 1 and 9 products: no discount.

    Product 10: 5% discount on 10 products.

    Between 11 and 19 products: 5% discount on the first 10 products, no discount for product 11 to 19

    20 products: 5% discount on 20 products.

    Between 21 and 29 products: 5% discount on the first 20 products, no discount for product 21 to 29

    30 products: 5% discount on 30 products.

    and so on always in batches of 10 (10, 20, 30, 40, ..multiples of 10)

    For example: User buys 14 televisions, at a price of €19.00, a 5% discount will be applied to the first 10 units, the remaining 4 do not receive the discount.

    I have some other option that always shows a text for the discount, but I can’t get the echo discount to save. I want to say that when I go up from 10 products the discount disappears until I add more products up to 20 products, that the discount corresponding to that amount is added, but between products from 10 to 20 the 5% discount made to the first 10 products disappears

    The discount already obtained must be maintained if we increase the products until reaching the next number that is a multiple of 10, to which we would add another 5%. I can’t find the correct way. This next function manages to keep the text in the box, but when we have quantities of products that are between 10 and 20, are between 20 and 30, are between 30 and 40, etc., the text is reset to zero, without saving the discount already obtained

    Hi @miguelappstudio

    Thanks for sharing the ticket number with us.

    Checking the ticket number, I can see that we have replied to your inquiry and advised you to check on the other premium plugin Role Based Pricing for WooCommerce since you would like to do quantity discounts for certain user roles and at certain prices, correct?

    I also see that you’ve already replied to the email, however, haven’t gotten any response yet.

    Kindly be informed that the ticket is being handled by our Happiness Engineers and I would advised you to please wait patiently for the response.

    Meanwhile, you could check the Role Based Pricing for WooCommerce support documentation here for your reference: https://woocommerce.com/document/role-based-pricing/

    Hope this helps!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘How to make discounts for quantity of products?’ is closed to new replies.