Title: Problem with multisite
Last modified: September 30, 2016

---

# Problem with multisite

 *  Resolved [baueri](https://wordpress.org/support/users/baueri/)
 * (@baueri)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/problem-with-multisite-9/)
 * Hi there!
    There is a problem when using the plugin with multisite: The code 
   in your plugin that checks if the woocommerce plugin is activated works onli 
   for single site, so on the multisite it exits with the following message: “Please
   Install and Activate Woocommerce Plugin.”
 * However I fixed this problem temporarily by modifying the “if” condition:
 *     ```
       include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
   
       if ( !(is_plugin_active( 'woocommerce/woocommerce.php')) ) {
       	exit("Please Install and Activate Woocommerce Plugin.");
       }
       ```
   
 * Could you please release a new version with this minor fix?
    Thank you 🙂

The topic ‘Problem with multisite’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woocommerce-cross-sell-products-display.
   svg)
 * [Cross Sell Products Slider For Woocommerce](https://wordpress.org/plugins/woocommerce-cross-sell-products-display/)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-cross-sell-products-display/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-cross-sell-products-display/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-cross-sell-products-display/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-cross-sell-products-display/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [baueri](https://wordpress.org/support/users/baueri/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/problem-with-multisite-9/)
 * Status: resolved