2026.07.18 – version 3.7.10
* Fix: Cart quantity management (the “cart quantity field” feature) stopped working for products with “Sold individually” / “Limit purchases to 1 item per order” enabled. WooCommerce 10.7 added a cart check that force-resets any sold-individually product back to a quantity of 1 on every cart render, which clamped the quantity our feature had set from the form field (showing an incorrect total and a “You can only have 1 … in your cart” notice). We now re-apply the form-driven quantity and price after WooCommerce’s cart check and suppress that false notice, without disabling “Sold individually” (so the quantity input stays locked and the product still cannot be added twice). Products without cart quantity management, and manually-edited quantities on products that are not sold individually, are unaffected.
2026.06.29 – version 3.7.9
* Update: Tested up to WooCommerce 10.9
2026.06.19 – version 3.7.8
* Fix: Dynamic price calculation stopped updating when selecting product options after 3.7.7 (priced option fields such as checkboxes could stay at $0.00). Deferring the frontend script in 3.7.7 caused it to load after Gravity Forms 2.9+ initializes its price-field recalculation, so option changes no longer recalculated the total. The script now loads in the header (non-deferred), as it did before 3.7.7. The original WordPress 6.3 enqueue notice remains resolved (the invalid argument is no longer passed).