• Resolved crea8xion

    (@eyouthace)


    I installed the plugin on a multisite, child site but its not working.
    Blaze: WooCommerce Plugin not installed but it was installed successfully in the network plugin.

Viewing 1 replies (of 1 total)
  • Thread Starter crea8xion

    (@eyouthace)

    @blaze

    I found the problem for multisite setup. Hope you update the plugin soon for multisite setup..

    On line 727 on blaze-woo.php file

    I added the multisite check for WooCommerce plugin if activated.

    public function checkWC() {

    if ( is_multisite() ) {
    include_once( ABSPATH . ‘wp-admin/includes/plugin.php’ );
    if( is_plugin_active_for_network( ‘woocommerce/woocommerce.php’) ) return true;
    }

    if (in_array(‘woocommerce/woocommerce.php’, apply_filters(‘active_plugins’, get_option(‘active_plugins’)))) {
    return true;
    } else {
    return false;
    }
    }

Viewing 1 replies (of 1 total)

The topic ‘Multisite Problem’ is closed to new replies.