=== MiniCRM Sync for WooCommerce ===
Contributors: minicrmio
License: MIT
License URI: https://opensource.org/licenses/MIT
Requires at least: 6.0
Requires PHP: 8.1
Stable tag: 1.7.15
Tested up to: 7.0
WC requires at least: 9.0
WC tested up to: 10.2

Synchronizes WooCommerce orders with your MiniCRM webshop module.

== Description ==

The plugin synchronizes orders on the following events (when all required
options are filled in settings).

*   All orders are synchronized whenever the **plugin settings are saved**.
*   All orders are synchronized whenever the **plugin is activated**.
*   New orders created by your customers are synchronized.
*   Orders created or updated by administrators are synchronized. Orders are synchronized too, when an admin updates multiple orders with checkboxes.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/minicrm-sync-for-woocommerce` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress admin.
1. Use the WooCommerce->Settings screen (Settings link on plugin too) and the "MiniCRM feed" section, to set your MiniCRM system's details.
1. You find your **System ID** in your browser's address bar after logging in to your MiniCRM account. For example, if you see https://r3.minicrm.io/1234/#TodayView, then your System ID is 1234.
1. You can generate an **API Key** in your MiniCRM account on the Settings(cogwheel)->System screen.
1. To find out your **Category ID**, select the Webshop module in your MiniCRM account. Use the number followed by `#!Project-` in the address bar. For example, if you see https://r3.minicrm.io/1234/#!Project-21, then your Category ID is 21.

== Changelog ==

- Initial public release

== Known Issues ==

1. Due to a known bug in WooCommerce, if you use High-Performance Order Storage, the plugin is not notified when an order is trashed or untrashed; therefore, it cannot synchronize the order with MiniCRM.