xpay✦ Commerce
Directory
WooCommerce plugins
MIPL Multistore Sync for WooCommerce. Sync Products, Stock and Orders.
MIPL Multistore Sync for WooCommerce. Sync Products, Stock and Orders.
Synchronize products, stock, orders, customers, coupons and reviews seamlessly across multiple WooCommerce stores.
4.4
(7 ratings)Will this break my store?
What the WordPress.org registry says about keeping MIPL Multistore Sync for WooCommerce. Sync Products, Stock and Orders. running.
Tested to 7.0.2
Tested against the WordPress branch in use today.1 month ago
At least 11.2 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.7.4
Your host must be running at least this version.5.1
woocommerce
These must be installed and active first.1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.Maintenance & trust
Scored on how MIPL Multistore Sync for WooCommerce. Sync Products, Stock and Orders. is looked after — not on how many stores run it.
94
out of 100Maintenance
35 / 35WordPress compatibility
20 / 20Support responsiveness
Not enough dataMerchant satisfaction
10 / 15Listing transparency
10 / 10Ratings
4.4
7 ratingsMIPL 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
- Main Site: Demo Login
- Sub Site: Demo Login
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
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.
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.
Categories
Plugin details
Tags on WordPress.org
