Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pronamic/wp-woocommerce-stock-synchronization
✗ [DEPRECATED] The WooCommerce Stock Synchronization Plugin allows you to synchronize the stock values of the same products across multiple WooCommerce websites.
https://github.com/pronamic/wp-woocommerce-stock-synchronization
deprecated synchronization woocommerce woocommerce-plugin wordpress wordpress-plugin
Last synced: 11 days ago
JSON representation
✗ [DEPRECATED] The WooCommerce Stock Synchronization Plugin allows you to synchronize the stock values of the same products across multiple WooCommerce websites.
- Host: GitHub
- URL: https://github.com/pronamic/wp-woocommerce-stock-synchronization
- Owner: pronamic
- Archived: true
- Created: 2012-12-20T14:00:54.000Z (almost 12 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-29T13:49:23.000Z (over 1 year ago)
- Last Synced: 2024-08-02T11:20:48.521Z (3 months ago)
- Topics: deprecated, synchronization, woocommerce, woocommerce-plugin, wordpress, wordpress-plugin
- Language: PHP
- Homepage: http://www.pronamic.eu/plugins/woocommerce-stock-synchronization/
- Size: 509 KB
- Stars: 51
- Watchers: 20
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-woocommerce - WooCommerce Stock Synchronization - Synchronizes stock with sites that are connected to one another, using WooCommerce Stock Synchronization. (Handy Code Snippets and Plugins)
README
# WooCommerce Stock Synchronization
## Deprecated
> **Warning**
> Pronamic decided on February 28, 2023 not to further develop and maintain this plugin. The setup of the plugin is not scalable enough and is quickly limited for many users because only inventory is synchronized. With the High-Performance Order Storage (HPOS) developments within WooCommerce, we have decided to archive this plugin.---
The WooCommerce Stock Synchronization Plugin allows you to synchronize the
stock values of the products with the same SKU across multiple WooCommerce websites.Please show support for this plugin if you plan on using it, by buying it
from Pronamic:
[https://www.pronamic.eu/plugins/woocommerce-stock-synchronization/](https://www.pronamic.eu/plugins/woocommerce-stock-synchronization/)## Requirements
* WooCommerce version 2.1.12 or greater
* WordPress version 4.7 or greater## How does the plugin work?
The plugin will do HTTP POST requests to the websites you want to synchronize.
```
http://www.example.com/?wc_stock_sync=1&source=http://www.example.org/&password=secret
```### Parameters
#### wc_stock_sync
Type: `boolean`
Default: `1`#### source
Type: `source`
Default: `siteurl( '/' )`#### password
Type: `password`
### Post Data
Type: `JSON`
Example:```json
{
"SKU1": 1,
"SKU2": 2,
"SKU3": 4
}
```## Documentation and Usage Instructions
[https://www.pronamic.eu/support/woocommerce-stock-synchronization/](https://www.pronamic.eu/support/woocommerce-stock-synchronization/)
## Credits
[Pronamic](https://www.pronamic.nl/) [@pronamic](https://twitter.com/pronamic)
[Remco Tolsma](https://www.remcotolsma.nl/) [@remcotolsma](https://twitter.com/remcotolsma)