Howdy @olivercowan,
That would be awesome, thank you.
As suggested, I’ve just implemented the following two filter:
Deactivate the plugin on the product page:
add_filter('show_on_product_page', '__return_false');
Deactivate the plugin opn the cart page:
add_filter('show_on_cart_page', '__return_false');
Once you’ve fetched the latest version of this plugin, simply add the corresponding filter to your functions.php and watch the magic. ???♂?
Your plugin is great as it’s the only one I could get to work with WC Product Bundles (official plugin).
I’m very happy to hear that! ??
-
This reply was modified 5 years, 9 months ago by
Niels Lange.
-
This reply was modified 5 years, 9 months ago by
Niels Lange.
-
This reply was modified 5 years, 9 months ago by
Niels Lange.