Product Bundles – Bulk Discounts Wordpress Plugin - Rating, Reviews, Demo & Download

Product Bundles – Bulk Discounts Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

Free mini-extension for the official WooCommerce Product Bundles extension that allows you to create bulk discount rules. Use it to offer higher discounts when customers purchase more items in a Product Bundle.

Compared to rule-based or coupon-based approaches, Product Bundles with bulk discount rules are:

  • Easier to discover. Each Product Bundle is an individual WooCommerce product with its own page in your catalog.
  • Easier to set up. Rule-based discount plugins are more complicated and usually require a higher up-front investment.

Additionally, WooCommerce product revenue reports make it easier for you to track the performance of bundles with bulk discount rules.

Important: This plugin requires the official WooCommerce Product Bundles extension. Before installing this plugin, please ensure that you are running the latest versions of both WooCommerce and WooCommerce Product Bundles.

Note: This experimental plugin has been created to validate and refine a feature that may be rolled into WooCommerce Product Bundles — or dropped! — in the future.

Important: The code in this plugin is provided “as is”. Support via the WordPress.org forum is provided on a voluntary basis only. If you have an active subscription for WooCommerce Product Bundles, please be aware that WooCommerce Support may not be able to assist you with this experimental plugin.

Documentation

To add bulk discounts to a Product Bundle:

  • Ensure that you are running the latest versions of both WooCommerce and WooCommerce Product Bundles.
  • Install and activate this plugin.
  • Navigate to Product Data > Bundled Products
  • Create some discount tiers using the Bulk Discounts field.

Discount tiers are “rules” that associate quantities with discounts. Each rule consists of two parts, separated by a pipe | character:

  1. A quantity value or range of values, e.g. 1 - 5,
  2. A discount value expressed in %, e.g. 10.

Quantities can be entered in either:

  • quantity range format, for example 1 - 5,
  • single quantity format, for example 6, or
  • “equal to or higher” format, for example 7+.

Here’s a ruleset:

4 - 5 | 5
6 - 9 | 10
10 + | 15

This means that:

  • If 4-5 items are chosen, the discount is 5%.
  • If 6-9 items are chosen, the discount is bumped to 10%.
  • If 10 or more items are chosen, the discount goes up to 15%.

When a Product Bundle with bulk discounts is configured, the applicable discount and total is dynamically calculated and displayed.

By default, bulk discounts are applied to the prices of all bundled products that are Priced Individually. Base Regular/Sale Prices are not be discounted. To discount base prices, use the following snippet:

add_filter( 'wc_pb_bulk_discount_apply_to_base_price', '__return_true' );

Want to contribute? Please submit issue reports and pull requests on GitHub.

Screenshots

  1. Creating bulk discount tiers.

    Creating bulk discount tiers.

  2. Purchasing a Product Bundle with bulk quantity discounts.

    Purchasing a Product Bundle with bulk quantity discounts.


Reviews & Comments