Skip to content

John Coy

Howdy

Category: Snippets

Remove Product Add-on form entries from Gravity Forms

As of Gravity Forms Product Add-ons v3.2.1, if you prefer to not have duplicate form entries created within Gravity Forms you can use the following filter to remove new ones:

add_filter('woocommerce_gravityforms_create_entries', '__return_false');
Author John CoyPosted on August 15, 2017September 5, 2017Categories Snippets, WooCommerceLeave a comment on Remove Product Add-on form entries from Gravity Forms

Dynamic Pricing Role based discount and a Special offer product pricing

A filter to apply a Role based discount and a Special offer product pricing simultaneously using Dynamic Pricing:

add_filter('woocommerce_dynamic_pricing_is_cumulative', '__return_true');
Author John CoyPosted on August 8, 2017August 8, 2017Categories Snippets, WooCommerce

WooCommerce 3.0 – Disable deferred email sending

WooCommerce 3.0 – Disable deferred email sending

Author John CoyPosted on April 13, 2017April 13, 2017Format LinkCategories Snippets, WooCommerce


John Coy Proudly powered by WordPress