
內容簡介
總結:這個 WooCommerce 外掛在訂單完成、狀態修改或商品建立/修改時會觸發動作。透過此外掛,您可以定義哪個短碼應該被該動作執行,例如將新產品或訂單數據發送至另一個商店系統,以保持 WooCommerce 和其他商店系統同步。
問題與答案:
1. 何時會觸發 WooCommerce 外掛的動作?
- 答案:當訂單完成、狀態改變或產品被建立/修改時。
2. 如何使用這個外掛來保持 WooCommerce 和另一個商店系統同步?
- 答案:您可以定義哪個短碼應該被執行,在 PRO 版本的 JSONContentImporter 或其他提供適當短碼的外掛協助下,例如將新產品或訂單數據發送至另一個商店系統。
外掛標籤
開發者團隊
原文外掛簡介
WooCommerce triggers an action whenever an order is completed, its status is changed, or a product is created or modified.
With this plugin, you can define which shortcode should be executed by this action.
For example, you can use it to send the data of the new product or an order to another shop system.
This can be done using the PRO version of the JSONContentImporter or any other plugin that provides suitable shortcodes.
This allows you to keep WooCommerce and another shop system in sync.
Main Plugin Features
Seamless Integration with External Systems: Automatically connects the local WooCommerce store with external systems using API calls.
WooCommerce Hook-Based Trigger
Trigger Order Complete: Hooks woocommerce_thankyou or woocommerce_order_status_completed
Trigger Order Status Changed: woocommerce_order_status_changed hook.
Trigger Product created or updated: woocommerce_new_product or woocommerce_update_product
