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
- ‘Global’ settings page for multisite plugin
- Auto Load Plugin Hooks inside Must Use Plugin
- Can I enable/disable/hide plugins on a per-site basis in multisite?
- How to assign user a role if none is present when logging in
- WooCommerce Always Include Shipping Information in Checkout [closed]
- How can a plugin run a script after being updated in MultiSite?
- Network-Wide Plugin Settings Management
- Add Products to user’s ID Woocommerce
- Woocommerce different URL for every table placed in the restaurant
- Disable Admin Bar Render on Plugin Page
- Is there a way to share content amongst wordpress sites
- How to add product images using script?
- Woocommerce cart is a non-object inside `admin_post` action [closed]
- $woocommerce->cart is null inside WordPress Rest API
- Invalid shipping method, WooCommerce [closed]
- Woocommerce sidebar not loading in theme
- Make specific products accessible only to a user role in WooCommerce
- How to edit Image layout in single product page in woocommerce on wordpress?
- Woocommerce – Display active variation product price [closed]
- How to hide plugin from WordPress Multisite admin plugin list
- Is the wordpress user-model changed in wpmu?
- Need Old Version of plugins
- Unable to install theme recommended plugins on Multisite
- Dropdown menu on custom page with product to choose number of products per page
- Change the method of a class from child function.php
- Solutions to repost categories into multisite blogs?
- Any recommendation on how to manage ads?
- Plugins not showing in Multisite dashboard
- How can I force users to a particular subdomain to log in for MU (Multisite)?
- Does any one have Idea to get these functionalities with the plugin wp-multi-network
- Woocommerce Deposit, then random payments until product paid in full [closed]
- custom payment gateway in woocommerce failed to connect to remote api server
- WordPress multi domain – redirect
- Want to Show Sub categories under Categories section using Woo Commerce [closed]
- How to create user that has permission to create new sites on WordPress with multisite option enabled?
- Subdomains with almost the same content
- Uninstalling plugins across all sites
- Custom table naming/access convention for multisite: $table_prefix vs base_prefix or other?
- PHP Error When a plugin is active
- One sub site is slow while all others load fine, same theme & plugins [closed]
- How to check wp_options’s rewrite_rules if current and existing are the same before flush the rules?
- Woocommerce Coupon Menu and Marketing Menu missing After “Coupons can now be managed from Marketing > Coupons.” [closed]
- How can I concatenate variables to search results title? [closed]
- Add a “View all” button on WooCommerce product archives pages
- I am trying to make a field show and save from quickedit screen
- woocommerce search by sku and title ajax
- Disable variations on woo commerce if out of stock
- Cannot add edit themes and add plugins after multisite update
- Woocommerce – Change Variable Product Add to Cart to behave like external product using Custom Field (link) [closed]
- how to make a wplang for network fill automatically
- Plugin to create unlimited custom shortcodes?
- Edit all $wp_scripts at once to $in_footer = false
- WooCommerce – I want to add functionality of one plugin to another plugin — best approach?
- How to make WooCommerce payment method field optional?
- WordPress – Ultimate Auction for WooCommerce
- Working on a product group in wordpress, where user choose how many children, wife and husband
- How to add custom plugin data to the cart in woocommerce using custom button on product page?
- Add Plugin broken after removing Booster for Woocommerce
- Show prices with tax Inclusive in Minicart widget
- How to add a PW Gift Card to a Woocommerce Order request API?
- How can I send the mail once?
- WP Forms not displaying,becomming an fatal error
- WPForms Custom Redirect not working
- Configure upload folder on WoComerce
- WordPress to be used more like an app?
- ACF Fields are not showing up on Homepage
- Make the product page as homepage WooCommerce
- BS Authorize.net Problem (Payment in hanging if customers is not logged in)
- Woocommerce product variation price: How to change price dynamically through hooks
- Getting all woocommerce products from REST API call in plugin
- Problem Advanced Custom Fields PRO
- my hook or my function wont run in the cronjob
- Use Case: Multiple Shipping Methods per Order
- Get a list of Product Categories inside a loop
- WooCommerce or any other plugin: Deliver JS and CSS through CDN without using a Plugin
- Multisite converted to Single Site can’t add new plugins or new themes
- Coupon Codes for product discount combined with conditional free shipping
- Custom product page’s style for printing
- wc_get_product_terms() throws “Notice: Undefined offset: 0”
- Woocommerce list variations that are added already to cart in Single Product
- {status}_{post_type} does not run correctly?
- Category as Subdomain for One WP Install
- Widget logic using woocommerce product category
- How to Call Function From Separate WordPress Install on Same Server?
- WordPress Theme Conflict With Plugin
- How to enable Admins to see Plugins
- How to Save settings of custom tab product page in admin side in a database?
- Multiple Accounts on 1 email – Multisite
- Holding 2 wp_user in the same action (to update billing_email when user_email is updated)
- Check if user is in a group of another site within multisite network [closed]
- How to execute init or woocommerce_init only for checkout page
- Shortcode inside a redirect [closed]
- Update acf field in woocommerce orders
- additional fields based on the quantity of products selected