2025.10.11 – version 3.4.8
* Update: WP and WC Compatibility updates.
* New: New feature and filter. apply_to_max. This allows us to create tiered pricing structures when the rule processing mode is Bulk. Tip, set higher quantities first.
Example: Buy 1-4 get 5% off, Buy 5-9 get 10% off, Buy 10+ get 15% off.
To use this feature add the following filter to your functions.php or custom plugin:
add_filter(‘wc_dynamic_pricing_advanced_product_rule_apply_to_max’, ‘__return_true’);
This will cause the pricing rules to apply to the maximum quantity in the cart for that product, rather than the total quantity of that product in the cart.
2025.10.03 – version 3.4.7