What Problems Come Up Running WooCommerce on Multisite?
Why Multisite Adds Complexity
WordPress Multisite lets multiple sites share a single WordPress installation and plugin/theme files, but each site maintains its own database tables and content. WooCommerce works fine on multisite, but several of its assumptions (a single store, a single set of settings, a single media library scope) interact with multisite's shared-but-separate model in ways that need deliberate configuration rather than working identically to a standalone WooCommerce install by default.
Common Friction Points
- Network-activated plugins applying uniformly across every sub-site, which isn't always desirable if different sub-sites need different WooCommerce configurations or extensions — site-by-site activation is often more appropriate for store-specific plugins.
- Shared media/upload directory structure in some multisite configurations, needing careful handling to ensure product images and other media stay correctly scoped to their own sub-site rather than becoming accessible or confusingly organized across sites.
- Per-site license activation for most premium WooCommerce extensions, since licenses are typically scoped to an individual site's domain rather than the network as a whole, requiring separate activation (and potentially separate license purchases) for each store.
- Database table prefixing across many sub-sites can make direct database work (custom queries, migrations) more complex than a standalone single-site setup.
- Performance considerations scale differently, since multiple active WooCommerce stores on one server share the same underlying resources.
Setting This Up Well
- Decide deliberately which WooCommerce plugins should be network-activated versus site-specific, rather than defaulting to network-wide activation for everything.
- Confirm each sub-site's media handling is correctly scoped and not creating unintended cross-site access.
- Budget for per-site licensing costs when planning premium extensions across multiple stores on the network.
Need a multisite WooCommerce setup configured properly? See custom WooCommerce development.