Version 1.0.0
Simple quantity discounts for WooCommerce without a complicated pricing-rules engine.
| Requirement | Supported |
|---|---|
| WordPress | 6.5 or newer |
| PHP | 7.4 or newer |
| WooCommerce | 8.0 or newer |
| Product types | Simple and variable products |
Create global minimum-quantity and percentage-discount tiers. For example:
| Minimum quantity | Discount | Customer-facing range |
|---|---|---|
| 3 | 5% | 3–5 |
| 6 | 10% | 6–10 |
| 11 | 15% | 11+ |
The customer-facing ranges are calculated automatically.
Go to WooCommerce → Bulk Pricing. You can configure:
Edit a WooCommerce product. The Bulk Pricing setting allows you to:
When a customer reaches a configured tier, the product page can show the original price, discounted price and percentage saved. The displayed price updates as the quantity changes.
Automatic placement supports:
For a custom product template or page builder, disable automatic placement and insert:
[live_bulk_pricing]
To display pricing for a specific product elsewhere:
[live_bulk_pricing product_id="123"]
Variable products are supported. The live product-page price follows the selected variation, and the same quantity discount is used when that variation is added to the cart.
The plugin changes the WooCommerce cart item's unit price. The discounted price therefore continues through cart and checkout totals.
Bulk discounts are calculated from the active WooCommerce catalog price. If a product has an active sale price, the quantity discount is applied to that active sale price.
Normal WooCommerce coupon behavior can apply after the bulk price according to the store's coupon configuration.
The frontend pricing card uses standard WooCommerce product hooks and isolated CSS. Exact spacing can vary by theme. Highly customized product templates can use shortcode placement.
Version 1.0.0 officially supports standard simple and variable products. Specialized third-party product types such as subscriptions, bundles, composites, grouped products and external/affiliate products are not officially supported unless they behave as standard simple/variable WooCommerce products.
The plugin does not require an external service and does not send store or customer data to an external API. Settings are stored in the WordPress database.
Uninstalling the plugin removes its global settings and product-level bulk-pricing metadata.
Support for marketplace purchases is provided through the WPBay support system.