As Rustom mentioned, the plugin isn’t checking if this Multisite is activated – you can add a check in for multisite, add the below in the plugin registration file, just below the existing active check functions.
if(!function_exists('is_plugin_active_for_network')){
require_once(ABSPATH .'/wp-admin/includes/plugin.php');
if(is_multisite() &&
is_plugin_active_for_network('woocommerce/woocommerce.php')){//check if multisite and check
/** add in the functions from inside the current active check. **/
}
}
Related Posts:
- Is it possible to set up multistore in Woocommerce? [closed]
- Redirect to another page using contact form 7? [closed]
- Is there a way to get plugins and themes not built for multisite to work on a network subsite?
- Hide fields in woocommerce settings
- How to Fix WordPress multisite woocommerce 403 file error
- Turning Existing Eccommerce Site into Multi-SIte
- How to use WP-CLI / WC-CLI to bulk import 1000s of products (variable and simple)?
- Add woocommerce variation images in gallery?
- woocommerce payment gateway callback not firing [closed]
- Show function to super admin
- Generate pages from markdown files in github automatically
- How to modify WCMP Rest API response?
- Fetch Children of Grouped Products Inside WooCommerce Product Loop
- WordPress Keeps Logging Out – What Tests Can I Run to Solve This?
- Woocommerce dependent plugin
- How to check current user before all actions and filters?
- New databes tables with – WooCommerce – for developers [closed]
- How to send an automated email to the customers when product is added woocommerce
- There is any way to remove post-format filter? [closed]
- Modifying a .js Function for Print [QZ Tray, WooCommerce POS]
- WooCommerce: Building a page with user input which is used to query order status and external API and return a result
- woocommerce product countdown not showing in variable product? [closed]
- Change commission_status paid when withdraw_status vendor is completed
- I want to disable Cash on delivery based on product tag in woocommerce Checkout Page [closed]
- Is there a way to create custom product templates based on category on WooCommerce?
- Woocommerce Deposit, then random payments until product paid in full [closed]
- Install (enable) plugins on multisite, on localhost
- How to toggle between two custom fields in WordPress woocommerce ‘WC Product Field Group’ plugin?
- custom payment gateway in woocommerce failed to connect to remote api server
- Programmatically Process Order through WooCommerce/Stripe Payment Gateway [closed]
- Replacing a plugin function with a custom renamed function doesn’t work
- CampaignMonitor for WooCommerce – Move subscribe button [closed]
- WordPress multi domain – redirect
- Multiple Billing forms in WooCommerce (one billing form per product)
- Creating a Callback URL for WordPress Woocommerce to update Order Status
- Change Product Addon price based on select Variation
- WooCommerce – Maximum qty per line per product
- Woocommerce Create custom product type with variations
- How can I copy all users to newly created site on a multisite network in WordPress?
- Remove /product/ from url. I want only category name then product name
- Pre booking doesn’t work with custom bootstrap modul in woocommerce [closed]
- WooCommerce specifc variations for specific user role [closed]
- Save custom attributes of product in woocommerce
- Filtering WooCommerce Orders by Category
- WordPress wp-admin/network/plugin-install
- trying to get product category image in woo-coomerce
- How to add checkboxes for a woocommerce product? [closed]
- Why am I getting ( WooCommerce Services could not be installed (Could not create directory.). ) error and how to solve it ?
- Create a multisite network for an existing installation
- Product queue for my subscription box
- Want to Show Sub categories under Categories section using Woo Commerce [closed]
- “Micro-Site” Options
- External Domain on WordPress Multisite
- how to do login using woocommerce rest api From android
- Custom Pages for Woocommerce Product-Category Pages
- Woocommerce Minimum Price for a Composite Product to add in cart
- creating a custom shop page display on archive woocommerce
- How to create user that has permission to create new sites on WordPress with multisite option enabled?
- Configuring Propel to Work with Multisite
- Setup page on first login on multisite
- Subdomains with almost the same content
- Uninstalling plugins across all sites
- Multiple domains issue
- Custom table naming/access convention for multisite: $table_prefix vs base_prefix or other?
- Users are being redirected to main site when trying to register on subsite of my Multisite network
- “Master” WordPress Multisite – Database Sync
- Will these plugins work with wp multisite?
- User Signup in Multisite – Need Plugin or Advice
- Woocommerce Shop page variation product button replace with add to cart button
- How can I insert thousands of Woocommerce products by batch with PHP? [closed]
- WooCommerce search products between price range using WP_Query
- Add custom text color WordPress 3.9 TinyMCE 4 Visual editor
- How to use add_submenu_page() for editors?
- PHP Error When a plugin is active
- Network activating; if ( !current_user_can( ‘manage_options’ ) ) locks me out…
- woocommerce with custom post type
- Certain functions are undefined when called form mu-plugins
- Multisite for Multisite?
- Multisite – maximum number of users with specific role
- Create a single website with 3 theme options in wordpress
- Exact Hook to payment methods
- Why shortcode always displayed after footer not in body
- Understanding State in WordPress Multisites
- WordPress Multisite: Programmatically Activate / Deactivate a Plugin of a Specific Blog
- Restrict content based on buy woocommerce product
- How to get a list of bundled products using wp_query in woocommerce
- Adding Static Image to WooCommerce Content-Single-Product template
- One sub site is slow while all others load fine, same theme & plugins [closed]
- Hide a Menu Item on Login
- How to display terms and conditions in post area?
- How to see which sites use my installed plugins (wordpress multisite)
- Product count in archive page Title in WooCommerce [closed]
- Add item to the woocommerce dashboard menu from a plugin
- How to check wp_options’s rewrite_rules if current and existing are the same before flush the rules?
- WooCommerce – set session with new cart item meta when updating cart item quantity [closed]
- How to get the particular product quantity in orders in Woocommerce [closed]
- Get Every Key & Value from Array then Display All in New Line
- Woocommerce Coupon Menu and Marketing Menu missing After “Coupons can now be managed from Marketing > Coupons.” [closed]
- Get orders of a specific customer woocommerce
- WooCommerce: Force coupon for existing/registered customers [closed]