How to make discounts for quantity of products?
-
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
- The topic ‘How to make discounts for quantity of products?’ is closed to new replies.