• Just giving a heads-up that your guys’ plugin breaks a site when WooCommerce is deactivated.

    While it may seem obvious that you need WooCommerce for this add-on to work, many people won’t know that.

    It’s easy to add:

    if ( ! class_exists( 'WC_AJAX' ) ) {
    	return;
    }

    to xoo-cp-main.php as a minimum to make sure the site doesn’t break when WooCommerce is deactivated.

    Better yet, it would be nice if the plugin deactivated upon WooCommerce deactivation and gave a notice that 1) the plugin deactivated itself due to WC deactivating and 2) the plugin requires the use of WC to work correctly.

    Thought maybe that might help in the next update.

    • This topic was modified 6 years, 3 months ago by spencerfcloud.
  • The topic ‘Plugin Breaks Site w/out WooCommerce’ is closed to new replies.