How keep woocommerce users separeted in multisite install and keep admins on network
I'm trying to use a multisite install to keep a single php and database source but I need to use woocommerce separated in the websites, allowing the sites to have they clients separated at same time that maintain the admins in same network.
The only workarround that I found is to maintain a separated users table for each site and keep the admins in core users table than load in cache, creating a "global_users" and "local_users".
Anybody know some other way to do this or a way to improve this (maybe don't using the cache this way)?
Topic multisite-user-management woocommerce-offtopic php plugin-development Wordpress
Category Web