Linux 软件免费装
Banner图

CatCode Order Sync with KeyCRM for WooCommerce

开发者 catcodestudio
更新时间 2026年7月27日 20:30
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce crm orders ukraine keycrm

下载

0.1.2 0.1.3

详情介绍:

The plugin connects WooCommerce to KeyCRM via its Open API (openapi.keycrm.app). Every new store order is automatically created in KeyCRM with the buyer, products, shipping and payment. KeyCRM is a third-party product; this plugin is an independent integration and is not affiliated with or endorsed by KeyCRM. Features Requirements How it works
  1. A customer places an order in your store
  2. The plugin builds the payload (buyer, products, shipping, payment) and sends POST /order to KeyCRM
  3. KeyCRM returns the order ID, which is stored in the _catcode_keycrm_order_id meta
  4. If KeyCRM is unavailable, the attempt is retried automatically (up to 3 times)
  5. The manager sees the status and ID in the order metabox and in the journal
The plugin interface is fully translated into Ukrainian. / Інтерфейс плагіна повністю перекладено українською.

安装:

  1. Upload the plugin folder to /wp-content/plugins/catcode-order-sync-with-keycrm-for-woocommerce/
  2. Activate it in the "Plugins" menu
  3. Go to WooCommerce → KeyCRM Sync and enter your API key
  4. Click "Test connection" and save the settings

屏幕截图:

  • KeyCRM metabox on the WooCommerce order with the resend button

常见问题:

Where do I get the API key?

KeyCRM cabinet → Settings → API. The key is stored encrypted in the database.

Are duplicates created when the status changes again?

No. The plugin stores the KeyCRM ID in the order meta and passes source_uuid, and KeyCRM also deduplicates on its side.

What does the "Resend" button do?

If the order is not in KeyCRM yet, it creates it. If it has already been sent, it partially updates it (PUT /order/{id}) with fresh data.

更新日志:

0.1.3 0.1.2 0.1.1 0.1.0