Beskrivning
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
Vanliga frågor
-
Help! I need more information!
-
Open a Ticket at WordPress.org
-
What other Plugins do I need?
-
You need the WooCommerce-Plugin for the Store that fires the Actions.
A second plugin is required to provide a shortcode that is executed by the WooCommerce action.
You can create such a plugin yourself using PHP and integrate it with an API of your choice.
The WooCommerce information related to the action is available via the shortcode parameter ”param1”.
The PRO version of the JSONContentImporter plugin can handle this task for you.
Recensioner
Detta tillägg har inga recensioner.
Bidragsgivare och utvecklare
”API Data Sync for WooCommerce” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”API Data Sync for WooCommerce” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
0.3
- Initial Version