Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Woocommerce global product (multisite)

I set in wordpress the property multisite and activated woocommerce on my network. My network is formed by a primary site and a subsite. I would like to see from the subsite see the products on the primary site, and products, attributes and categories in the admin bar corresponding products.

Does anyone know how to do?

like image 728
SavioZ Avatar asked Jan 02 '15 16:01

SavioZ


People also ask

Does WooCommerce support multisite?

WooCommerce is multisite-compatible. This means, essentially, that you can build an entire network of individual stores. You run and manage these sub-stores independently of one another – but they're all kept under one roof.

How does WooCommerce multisite work?

WooCommerce is multisite compatible. This means, when you install and activate the WooCommerce plugin, it will be activated on all sites, and there will be an option to create a store, set up products for each site on the multisite. Individually. Each store will be independent of the other.

What is a WordPress multisite installation?

WordPress Multisite is a version of WordPress that allows you to run multiple sites off a single installation of WordPress. It makes it possible to run a network of sites under a single WordPress dashboard. You can manage everything including the number of sites, features, themes, and user roles.


1 Answers

Yes, you can do it with the WooCommerce MultiStore plugin.

These are a few of the plugin's main features:

  • Any Product can be replicated across network, making it available to any other store
  • A product can have different product description and price for each store.
  • Each store can use different language, currency, payment options and all other options that are included in a standard stand alone WooCommerce store.
  • Unique Product Stock management for an easy inventory evaluation. The stock synchronization option allows you to synchronize the stock values of the same products across all the stores in the network.
  • Product management available at the main product, or possible to update / adjust for any other places
  • One main WooCommerce orders panel with all domains store orders
  • All product meta data available for other blogs, including content images, product galleries and featured thumbnail.
  • Any product type as Simple, Grouped, External or Variation
  • Theme customization in the main admin

From one single WordPress admin panel you can manage as many Woocommerce stores that you want, there are no limits.

You can read the plugin documentation here.

like image 119
Michael Yaeger Avatar answered Oct 11 '22 20:10

Michael Yaeger