Title: Multisite Problem
Last modified: October 17, 2019

---

# Multisite Problem

 *  Resolved [crea8xion](https://wordpress.org/support/users/eyouthace/)
 * (@eyouthace)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/multisite-problem-39/)
 * 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](https://wordpress.org/support/users/eyouthace/)
 * (@eyouthace)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/multisite-problem-39/#post-12037725)
 * [@blaze](https://wordpress.org/support/users/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.

 * ![](https://s.w.org/plugins/geopattern-icon/blaze-retail-woocommerce.svg)
 * [BLAZE Retail WooCommerce](https://wordpress.org/plugins/blaze-retail-woocommerce/)
 * [Support Threads](https://wordpress.org/support/plugin/blaze-retail-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/blaze-retail-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/blaze-retail-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/blaze-retail-woocommerce/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [crea8xion](https://wordpress.org/support/users/eyouthace/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/multisite-problem-39/#post-12037725)
 * Status: resolved