add_filter( 'gform_enable_field_label_visibility_settings', '__return_true' );
To read more about this, please follow the source link below
add_filter( 'gform_enable_field_label_visibility_settings', '__return_true' );
To read more about this, please follow the source link below
change
$woocommerce->show_messages();
to
wc_print_notices();
Made the changes and it worked.
This problem might affect people who have custom templates with woocommerce support and woocommerce might crash on update.