WooCommerce Gravity Forms Product Add-ons

WooCommerce Gravity Forms Product Add-ons v3.8.4

No permission to download
WooCommerce Gravity Forms Product Add-ons v3.8.4
2026.09.03 - version 3.8.4
* Fix: Deactivating WooCommerce while this plugin was still active took the whole front end down with a critical error instead of a notice. WordPress checks a plugin's required plugins when it is activated, but not when one of those requirements is later switched off, so this plugin was left running with WooCommerce gone and called a WooCommerce function on every page. It now stops loading when WooCommerce is not present and starts again by itself once WooCommerce is back. This also covers a WooCommerce update that fails part way through.
* Fix: A product with a form attached could not be added to the cart by anything using WooCommerce's Store API, including saved wishlist rows and other extensions that re-add a previously configured item. The shopper was told only that the product "is not available for purchase". Adding a configurable product requires the form to have been filled in, and the check for that looked for a posted form - but a Store API request carries its data as JSON, so there was never a posted form to find and the item was refused. Where the request carries the entry that was already filled in and validated when the item was saved, that entry is now checked instead: it must belong to the form the product actually offers, and that form must still exist, still be active and not be in the trash. A genuinely unconfigured product carries no entry and is still refused, exactly as before.
* Fix: Gravity Forms' anti-spam checks could reject an add to cart with "there was a problem with your submission" and no field marked as wrong, so nothing the shopper corrected made any difference. A form on a product is not submitted the way Gravity Forms expects - WooCommerce's add to cart form is used as the form and posted directly - and the honeypot, the source URL check, the submission speed check and reCAPTCHA v3 can all read that as bot activity. Those checks are now switched off for forms attached to a product; forms used anywhere else keep their protection. The plugin has claimed to do this since the honeypot was introduced, but the setting it changed was never the one Gravity Forms reads.
* Fix: A required file upload field could report "there was a problem with your submission" even though the shopper had chosen a file, on themes that render their own add to cart form. A browser only sends the file itself when that form is marked enctype="multipart/form-data"; without it the field posts the file NAME as ordinary text and Gravity Forms sees the upload as missing. WooCommerce's own product templates set the attribute, so this only affected themes supplying their own markup - Divi's add to cart module is the reported case. The form is now given the attribute whenever it contains a file field. Multi-file upload fields were never affected, because they upload separately and do not depend on the enclosing form, which is why switching a field off multi-file mode appeared to cause the problem.
2026.08.29 - version 3.8.3
* Update: WordPress 6.5 is now the minimum supported version
WooCommerce Gravity Forms Product Add-ons v3.8.3
= v3.8.3 =
* Update: WordPress 6.5 is now the minimum supported version
WooCommerce Gravity Forms Product Add-ons v3.8.2
* Tweak - WordPress 7.1 Compatibility.
WooCommerce Gravity Forms Product Add-ons v3.7.12
2026.08.12 - version 3.7.12
* Fix: On Gravity Forms 3.0, the product subtotal and total stopped displaying on the product page for forms that do not contain a Gravity Forms "Total" field. Gravity Forms 3.0 moved price calculation into a new module that only recalculates — and fires the gform_product_total filter our display relies on — when the form contains a form-specific total field. Forms built without a Total field (relying on our subtotal/total display) therefore showed blank prices, even though the correct price was still added to the cart. We now register the element Gravity Forms 3.0 requires so our totals display on load and update on every option change again, with no need to add a Total field to the form.
* Fix: A conflict with third-party Gravity Forms add-ons (such as GP Nested Forms) that could cause a fatal error (ArgumentCountError) when adding a product to the cart. While building the cart and order data we re-fire Gravity Forms' gform_pre_render filter, but were passing only the form object and not the additional arguments (ajax flag and field values) that Gravity Forms core supplies. Callbacks written to core's documented signature then received too few arguments. We now match core's signature at all three call sites.
* Update: Tested up to WooCommerce 11.0
WooCommerce Gravity Forms Product Add-ons v3.7.11
*** Gravity Forms Product Add-Ons Changelog ***
2026.07.30 - version 3.7.11
* Fix: A false "Gravity Forms Not Found" admin notice appeared after updating to Gravity Forms 3.0, even though Gravity Forms was installed and working. Our admin check tested for the legacy RGForms class, which Gravity Forms 3.0 removed. We no longer perform our own runtime dependency detection — the plugin already declares WooCommerce and Gravity Forms via the WordPress "Requires Plugins" header, which WordPress 6.5+ enforces on activation. This removes the false notice and prevents this class of breakage from recurring on future Gravity Forms releases.
* Update: Requires at least WordPress 6.5 (required for the "Requires Plugins" dependency header).
WooCommerce Gravity Forms Product Add-ons v3.7.10
*** Gravity Forms Product Add-Ons Changelog ***
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.
WooCommerce Gravity Forms Product Add-ons v3.7.9
*** Gravity Forms Product Add-Ons Changelog ***
2026.06.29 - version 3.7.9
* Update: Tested up to WooCommerce 10.9
WooCommerce Gravity Forms Product Add-ons v3.7.8
Version 3.7.8Released on 2026.06.19
  • 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).
=
For activation, use this activator. Exclusively for Babiato.tech members.
https://babiato.tech/free-resources/woo-plugins-activator-activate-all-woo-products.42357/
WooCommerce Gravity Forms Product Add-ons v3.7.7
Version 3.7.8Released on 2026.06.19
  • 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).
WooCommerce Gravity Forms Product Add-ons v3.7.5
Version 3.7.5Released on 2026.05.02
  • Tested up to WordPress 6.9
  • Update: Tested up to WooCommerce 10.7

=
For activation, use this activator. Exclusively for Babiato.tech members.
https://babiato.tech/free-resources/woo-plugins-activator-activate-all-woo-products.42357/

About us

  • Babiato Forum - The webmaster community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu