WooCommerce Dynamic Pricing Version 3.4.8
Version 3.4.8 of WooCommerce Dynamic Pricing was released on October 11, 2025 and is now available. Learn how to immediately download from WPspring.
Version 3.4.8 of WooCommerce Dynamic Pricing was released on October 11, 2025 and is now available. Learn how to immediately download from WPspring.
* 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.
Version 11.0.25 of WooCommerce Product Feeds was released on October 06, 2025 and is now available. Learn how to immediately download from WPspring.
* New: Compatibility up to WooCommerce 10.3
* Fix: Resolve issue where incorrect currency could be used in Currency Switcher for WooCommerce integration
Version 3.8.0 of WooCommerce Free Gift Coupons was released on October 10, 2025 and is now available. Learn how to immediately download from WPspring.
* IMPORTANT: PHP 7.4 is required | WordPress 6.2.0 is required | WooCommerce 8.2.0.
* Fix: PHP Fatal error: Call to a member function get_cart() on null on `wc/store/order` Store API route. Pay-for-order conflict with WooPayments.
* Change: Remove static instance of WC_FGC_Checkout_Block_Integration.
* Change: Rename `wc-fgc-checkout-blocks` script handle to `wc-fgc-checkout-block` and integration name from and `free_gift_coupons/checkout` to `wc-fgc/checkout`
* Tweak: Add wp_theme_get_element_class_name( ‘button’ ) classes to cart edit button.
Version 3.7.0 of WooCommerce Name Your Price was released on October 09, 2025 and is now available. Learn how to immediately download from WPspring.
* IMPORTANT: PHP 7.4 is required | WordPress 6.2.0 is required | WooCommerce 8.2.0.
* New: Extend cart and product Store API endpoints with NYP properties. #273 #274.
* Fix: Fatal call to a member function get_cart() on null. Pay-for-order conflict with WooPayments.
* Fix: throw `InvalidCartException` on `woocommerce_store_api_validate_cart_item` instead of `RouteException`.
Version 2.3.8 of WooCommerce Wishlists was released on October 11, 2025 and is now available. Learn how to immediately download from WPspring.
* Update: WP and WC compatibility tags.
* Fix: Fix quantity input not showing after PHPCS fixes in 2.3.7