WordPress.org

Plugin Directory

MIPL Multistore Sync for WooCommerce – Sync Products, Stock and Orders.

MIPL Multistore Sync for WooCommerce – Sync Products, Stock and Orders.

Lýsing

MIPL WC Multisite Sync connect your main store to sub store, keeping products, stock, orders, customers, coupons, and reviews updated automatically.
Install only on your main store, connect the sub site with its API details, and start syncing in minutes.
No plugin is needed on the sub site.
Perfect for businesses, agencies, or anyone managing two stores with less hassle.

Demo Access

Features

  • Main-to-Sub Store Sync – Manage and sync your main store with a single connected WooCommerce sub store.
  • Install Only on Main Store – No need to install anything on the sub store. Keep it clean and simple.
  • Easy Remote Connection – Connect your sub store securely using its login/API details in just a few steps.
  • No WordPress Multisite Required – Works on completely separate, standalone WooCommerce stores.
  • Sync Products with Customizable Options – Choose exactly what to sync: stock, categories, attributes, prices, images, and more.
  • Sync Stock Levels – Prevent overselling by keeping inventory synchronized in real time.
  • Sync Orders – Automatically send orders placed on the sub store to the main store for centralized management.
  • Sync Customers – Combine customer data from your sub store for a unified, searchable database.
  • Sync Coupons & Discounts – Instantly apply coupon codes and discounts across both stores.
  • Sync Reviews – Keep product reviews consistent and trustworthy across your two stores.
  • WooCommerce API Integration – Secure, reliable synchronization using WooCommerce’s REST API.
  • Sync Logs – View detailed logs of synchronization activities for easy tracking and troubleshooting.
  • Automatic & Manual Sync – Choose real-time automation or manual syncing based on your needs.

Why Choose?

  • Centralized, Main-to-Sub Store management saves time and reduces complexity.
  • No need for WordPress Multisite—works with any standalone WooCommerce site.
  • Easy setup with the plugin installed only on the main store.
  • Effortlessly connect your sub site using secure login/API details.
  • Improve accuracy with real-time syncing of products, stock, orders, customers, coupons, and reviews.
  • Prevent overselling with automatic inventory updates.
  • Perfect for testing multi-store syncing before upgrading to the full version.

This plugin is the ideal solution for businesses managing two WooCommerce stores, making store management easier, more accurate, and more efficient. Get started today and keep your stores perfectly in sync—free!

Links

Skjámyndir

  • Enter the sub store url & Connect.
  • Approve the connection.
  • Configure done.
  • Setting the Synchronzation of Products, Orders, Customers & Coupons.
  • Manual Synchronization.
  • Allow Unsafe url for testing.
  • Synchronization Log.
  • Product update and sync.

Uppsetning

  1. Upload plugins folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Take backup of your database & files.
  4. Grant Access to WooCommerce stores to get API Key from „WooCommerce > Sync Settings“.
  5. Update the settings Synchronization.

SOS

Is getting SSL error?

Confirm SSL is enabled on both sites for secure data transfer. Without SSL, API key access will be ineffective. For testing on localhost or development environments, use self-signed SSL. Include the following code in the functions.php or main plugin file on both sites.

add_filter('http_request_args', 'wp_wc_allow_unsafe_url_for_testing', 0, 1);
function wp_wc_allow_unsafe_url_for_testing($args) {
    $args['sslverify'] = false;
    $args['reject_unsafe_urls'] = false;
    return $args;
}

Please replace ‘development’ with the actual value that indicates your development environment if your setup uses a different constant or configuration.

Remember to remove or adjust this code before deploying your website to a live production environment, as using self-signed or invalid SSL certificates in production can expose your site and users to security threats.

How To Fix the „cURL Error 28: Connection Timed Out“

Increase the HTTP request timeout,
Place this code snippet in your theme’s functions.php file, If you need a longer timeout, you can adjust the value accordingly.

// Increase HTTP request timeout
function custom_http_request_timeout( $timeout ) {
    $timeout = 60; // in seconds
    return $timeout;
}
add_filter( 'http_request_timeout', 'custom_http_request_timeout' );

If you’re still encountering errors after increasing the timeout, follow the troubleshooting steps you mentioned:
1. Check Firewall settings in Security Plugin: Ensure that your security plugin is not blocking outgoing requests.
2. Check site SSL Certificate: Verify that your SSL certificate is valid and properly configured.
3. Check the cURL version: Make sure cURL is installed and updated to the latest version on your server.
4. Check the PHP memory limit: Ensure that your PHP memory limit is sufficient for the operations you’re performing.

Umsagnir

12. nóvember, 2025 1 reply
Many thanks to the MULIKA team for their fast and professional support. A plugin conflict was resolved immediately, and the plugin is fully functional! Thanks!
29. september, 2025
It’s exactly what I was looking for. I have two e-commerce sites and needed to synchronize orders, products, and stock. It works perfectly and solved a big problem for me. Very simple to set up. Many thanks to the developers! Pino ConvertinoALTAIRMINI.COM
3. júní, 2025
A really good plugin! Simple and concise. If the catalog is filled correctly, everything works perfectly.
Skoða 7 umsagnir

Þátttakendur & höfundar

“MIPL Multistore Sync for WooCommerce – Sync Products, Stock and Orders.&#8221 er opinn hugbúnaður. Eftirfarandi aðilar hafa lagt sitt af mörkum við smíði þessarar viðbótar.

Höfundar

“MIPL Multistore Sync for WooCommerce – Sync Products, Stock and Orders.” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “MIPL Multistore Sync for WooCommerce – Sync Products, Stock and Orders.” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Breytingarsaga

1.3.7

  • Small fixes.

1.3.6

  • Added SKU Prefix/Sufix Mapping
  • Small fixes.

1.3.5

  • Added product sync status filter.
  • Displayed product status in the admin listing.
  • Synced trashed products from subsite to mainsite.

1.3.4

  • Small fixes.

1.3.3

  • Small fixes.

1.3.2

  • Fixed Missing categories Actions/Delete select.
  • Added missing Translation.
  • Fixed Coupon restore.
  • Fixed Customer sync on order place.
  • Added cURL lib check.
  • Small fixes.

1.3.1

  • Fixed SSL check issue.
  • Fixed Attribute sync.
  • Add unsync product.
  • Small fixes.

1.3.0

  • Added Products, Coupons, Customers and Orders in Manual Sync.
  • Updated Manual Sync to Main to Subsite & Subsite to Main.
  • Added Brands sync.
  • Added Brands in Coupon sync.
  • Added Attributes Sync.
  • Added Exclude option for Product sync.
  • Added Orders status sync to Subsite.

1.2.0

  • Added Brands
  • Updated some settings
  • Fixed duplicate product sync issue.
  • Fixed variable product sync.
  • Security fixes

1.1.7

  • Security fixes

1.1.6

  • Security fixes

1.1.5

  • Security fixes

1.1.4

  • Small fixes

1.1.3

  • Added subsite to mainsite product sync.
  • Added manual API keys setup.
  • Modified products sync on row and bulk action functionality.
  • Fixed order currency sync.
  • Added Misc setting for Connection timeout and http/non-SSL sites.
  • Applied translate js script text.
  • Small Fixes.

1.1.2

  • Fixed Product Sync.
  • Small Fixes.

1.1.1

  • Fixed product images sync issue.
  • Added synced product on create or update in new product editor.
  • Added sync product button in new product editor.

1.1.0

  • Fixed new Products sync using SKU ID.
  • Small fixes.

1.0.9

  • Fixed Products Sync using SKU ID.

1.0.8

  • Added Products Bulk & Row action sync.
  • Added manual sync for Orders, Coupons, Customers.
  • Small fixes.

1.0.7

  • Added Categories sync.
  • Added Product Reviews sync.
  • Fixed cross-sell and up-sell product setting issue.
  • Small fixes.

1.0.6

  • Fixed stock reduce issue on block editor checkout order.
  • Fixed manually synced time.
  • Small fixes.

1.0.5

  • Added SSL error notice.
  • Small fixes.

1.0.4

  • Fixed WooCommerce activation message.
  • Fixed media size issue.
  • Fixed Coupon restore issue.
  • Fixed Product stock update on order.
  • Fixed Product images sync issue.
  • Update Webhooks.
  • Security fixes.

1.0.3

  • Compatible with WooCommerce 8.3+
  • Update Webhooks.
  • Coupon exclude products.
  • Security fixes.

1.0.2

  • Auto delete log using cron_schedules.
  • Fixed Webhooks.
  • Fixed order.updated webhook called multiple times.
  • Fixed cross-sells, up-sells products sync.
  • Small Fixes.

1.0.1

  • Security fixes.

1.0.0

  • Added Synchronize Products, Stock, Orders, Customers, Coupons.
  • Added Synchronize Logs.