WooCommerce Gravity Forms Product Add-Ons 3.6.6

Download WooCommerce Gravity Forms Product Add-Ons 3.6.6 from nulled fire. Create product add-ons using the powerful form building capabilities found in Gravity Forms
* New: Add woocommerce_gravityforms_wcs_new_order_created_create_entries to allow disabling of new entry creation on subscription renewal.
* Update: Prevent WooCommerce Subscriptions from causing duplicate entry information.
* Update: Fire validation for woocommerce_order_again_cart_item_data.
* Fix: Account for checkbox product option fields when using the cart edit option.
* Fix: Fix Cart Edit - Replace Modified Items.
* Update: Include class GFFormDisplay in get_item_data in case developers use gravity form hooks which expect that to be loaded.
* Update: Allow forms to work on external products.
* Fix: Fix warning about missing function in the entry management class.
* Fix: Fix issue where we did not return data from on_get_order_again_cart_item_data.
* Note: Tested up to Gravity Forms 2.3
* Fix: Entry deletion for Gravity Forms 2.3
* Fix: Scroll to form automatically if there are validation errors.
* Update: Include Order Status column as part of the Gravity Forms Entry export feature.
* Update: Include support for Bulk Variation forms. Note, this works best when disabling the total and subtotal labels.
* Update: Update entry after gform_entry_post_save filter is called on order creation.
* Update: Add admin notice about Gravity Forms Duplicate Prevention plugin causing problems with the extension.
* Update: Moved the Gravity Forms meta box into the WooCommerce Product data meta box to match standards for extensions.
* Update: Perform validation when re-ordering to validate the entry is still valid and that the form still exists.
* Update: Prevent Zapier from sending duplicate data to it's API.
* New: Include the ability to edit cart items.
Clicking on the cart item title will re-populate a form with previously submitted values.
Added Additional Options section to control the editing of cart items. Default is off.
* New: Include ability to turn off the default form notifications which are sent for the form when an item is ordered.
* New: Include the ability to use a Gravity Form field as the quantity field for the cart item. Supported types are Quantity, Single Product, and Number fields.
* New: Create entries for the Subscription Orders when the Subscription is renewed.
* New: Include ability to keep form entries transaction and payment details in sync with the WooCommerce Order.
* New: Include action for when Gravity Forms creates the final entry for the order.
do_action( 'woocommerce_gravityforms_entry_created', $entry_id, $order_id, $order_item, $form_data, $lead_data );
* Fix: Fix issue where GFormsDisplay was not defined on checkout page.