Product Icon

Gravity Forms Product Add-ons for WooCommerce

Turn Gravity Forms into powerful WooCommerce products. Capture custom data, update pricing in real time, and carry every detail through cart, checkout, and orders. Trusted, proven, and the original Gravity Forms integration for WooCommerce.

Reintroduce WC_GFPA_Cart::instance

I used this because I was saving a the Woo cart contents as a Quote for clients and when loading that saved cart in the Cart via PHP I needed to call `$pq_wc_gfa_cart = WC_GFPA_Cart::instance();` and then

`$pq_wc_gfa_cart->add_cart_item( $cart_item );`

Now that’s impossible because that function is removed.

It’s a backwards compatiblity break, so a 4.0 might also be a good version instead of keeping it in the 3.0 range.

Kind regards,

Jaime!

Author

Andries Brakke

Current Status

Open

Last updated: January 26, 2023

0 comments

Log in to comment on this feature request.