Changeset 3402630
- Timestamp:
- 11/25/2025 03:00:20 PM (3 months ago)
- Location:
- orders-sync-to-airtable-for-woocommerce
- Files:
-
- 2 edited
-
tags/1.0.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
orders-sync-to-airtable-for-woocommerce/tags/1.0.0/readme.txt
r3385142 r3402630 16 16 == Description == 17 17 18 **Orders Sync to Airtable for WooCommerce** is a free plugin that allows you to synchronize your WooCommerce store's orders to your Airtable base with ease.18 **Orders Sync to Airtable for WooCommerce** is a free plugin that allows you to synchronize **automatically** your WooCommerce store's orders to your Airtable base with ease. 19 19 20 20 Whether you want to manage your order data, automate your reports, or centralize your store activity in Airtable, this plugin helps you streamline the process without manual data entry. … … 88 88 89 89 = Does it sync orders in real time? = 90 Syncs are triggered manually or when an order status changes. They are processed via scheduled tasks and may take a few minutes depending on your server’s cron configuration and API limits. 90 Yes, orders can sync in real time. Every time a new order is created, it will automatically sync to Airtable. The same applies when the order status is updated. 91 92 You also have the option to sync manually by clicking “Save and Sync”. This will sync all orders up to the moment you click the button. 93 * The orders are processed via scheduled tasks and may take a few minutes depending on your server’s cron configuration and API limits. 91 94 92 95 = Can I sync products and stock too? = -
orders-sync-to-airtable-for-woocommerce/trunk/readme.txt
r3385142 r3402630 16 16 == Description == 17 17 18 **Orders Sync to Airtable for WooCommerce** is a free plugin that allows you to synchronize your WooCommerce store's orders to your Airtable base with ease.18 **Orders Sync to Airtable for WooCommerce** is a free plugin that allows you to synchronize **automatically** your WooCommerce store's orders to your Airtable base with ease. 19 19 20 20 Whether you want to manage your order data, automate your reports, or centralize your store activity in Airtable, this plugin helps you streamline the process without manual data entry. … … 88 88 89 89 = Does it sync orders in real time? = 90 Syncs are triggered manually or when an order status changes. They are processed via scheduled tasks and may take a few minutes depending on your server’s cron configuration and API limits. 90 Yes, orders can sync in real time. Every time a new order is created, it will automatically sync to Airtable. The same applies when the order status is updated. 91 92 You also have the option to sync manually by clicking “Save and Sync”. This will sync all orders up to the moment you click the button. 93 * The orders are processed via scheduled tasks and may take a few minutes depending on your server’s cron configuration and API limits. 91 94 92 95 = Can I sync products and stock too? =
Note: See TracChangeset
for help on using the changeset viewer.