How to useBulk Discounts for WooCommerce for WordPress

The plugin allows using discount that depends on different quantities in the cart. Subscriptions are also supported.

Discounts can be configured as in products individually as by common profiles as well.

Note. Per product settings applied additionally to the common ones, and do not completely override.

Graphical user interface, application

Description automatically generated

Additionally, the plugin has a little API.

Using Example#

First, we need to set discount ranges in product settings or common discount profiles. E.g., let us set a 10% discount for a minimum of 5 to 9 quantities and 50% for a minimum of 10 quantities.

Note: If the product has a sale price, the discount will be applied as additive.

Let’s choose needed quantity from the simple product page. The product has $100 price and sale $90 price. So, if we choose more than 4 items (that can be verified in the discount table and in the nearest discount information), the discount applies additionally to the sale price and now the item price is $81. Also, the total projected amount is shown.

Diagram

Description automatically generated

Now when the user has chosen the appropriate quantities the discount applies in the cart. In our example, a 10% discount is set if no more than 10 items so it can be seen in the cart positions. The first position shows a subscription product, the second one shows a simple product.

cart-with-discounts

Finally, the discount is shown on the checkout page so a user can ensure his discount.

checkout-with-discounts

Requirements#

  • WordPress 4.5 or higher.
  • WooCommerce 3.2 or higher.
  • PHP 5.4 or higher.
  • Browser (Google Chrome, Firefox, IE).

Compatibility#