
前言介紹
- 這款 WordPress 外掛「RIACO Autocomplete Orders for WooCommerce」是 2025-08-06 上架。
- 目前有 10 個安裝啟用數。
- 上一次更新是 2025-09-04,距離現在已有 175 天。
- 外掛最低要求 WordPress 5.6 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
orders | woocommerce | autocomplete | downloadable | autocomplete-orders |
內容簡介
### 總結
RIACO Autocomplete Orders for WooCommerce 可以幫助店主根據特定的產品類型和訂單狀態自動完成 WooCommerce 訂單,幫助優化訂單管理。特別適合銷售虛擬、可下載或數字產品的商店,無需手動更新狀態。
### 問題與答案
1. 外掛的主要功能是什麼?
RIACO Autocomplete Orders 可以自動完成 WooCommerce 訂單,根據特定的產品類型和訂單狀態。
2. 這個外掛對於銷售什麼樣的產品特別適合?
對於銷售虛擬、可下載或數字產品的商店特別適合,因為可以自動完成訂單而無需手動更新狀態。
3. 這個外掛的使用情境有哪些?
- 銷售電子書或線上課程的商家,希望訂單能夠自動標記為「完成」。
- 僅想要特定訂單狀態(例如「處理中」或「等候中」)觸發自動完成。
- 希望減少顧客詢問下載地點的支援票。
4. 這個外掛的未來計劃是什麼?
提供帶有擴展條件的高級版本。
5. 這個外掛的授權是什麼?
此外掛根據 GPLv2 或更新版本進行授權。
原文外掛簡介
RIACO Autocomplete Orders for WooCommerce helps store owners streamline order management by automatically completing WooCommerce orders based on specific product types and order statuses.
If you sell virtual, downloadable, or digital products, or if you want to automatically fulfill certain types of orders without manual intervention, this plugin is for you.
Features
Automatic Order Completion
Automatically completes orders when all products match the allowed types (virtual, downloadable, simple, variable, grouped, or external products).
Triggered by specific WooCommerce order statuses (e.g., “processing” or “on-hold”).
Logging & Debugging
Adds internal logs for completed orders, including:
Which rules triggered the completion
Timestamp and trigger status
Easily review why an order was autocompleted.
Admin Controls
Enable or disable the autocomplete functionality via plugin settings.
Fully translatable and compatible with multilingual stores.
Remove all plugin data (settings & logs) upon uninstall for a clean database.
Developer Friendly
Uses apply_filters() and do_action() hooks to extend behavior.
Includes a completion action hook:
do_action( 'riaco_ao_order_autocompleted', $order, $status_triggered, $matched_rules );
Filter the log messages, completion note, and rule behavior to integrate with other plugins or custom workflows.
How It Works
Select which order statuses should trigger the autocomplete check.
Choose which product types are eligible for automatic completion.
When an order reaches a trigger status:
The plugin checks all products in the order.
If they all match the allowed types, then the order is automatically marked as “Completed”.
A log entry is stored with the rules that triggered the completion.
Use Cases
Digital Products:
If you sell eBooks, downloadable files, or online courses, your customers can receive their orders instantly without manual approval.
Instant Fulfillment for Specific Products:
Mark orders as completed right after payment if all products are simple or virtual, reducing admin overhead.
Dropshipping or External Fulfillment:
If fulfillment happens outside WooCommerce, you can auto-complete to signal the order is processed.
Reduce Support Tickets:
Customers instantly see their order as completed, reducing “Where is my order?” requests.
Event Registrations or Subscriptions:
Automatically complete free or pre-paid event registrations without manual intervention.
Settings Overview
After activation, visit:
WooCommerce > Settings > Autocomplete Orders
Available options:
Enable Autocomplete
Toggle the plugin functionality on/off.
Trigger Statuses
Select one or more order statuses to run the autocomplete check.
Product Type Filters
Restrict autocomplete to orders containing only the selected product types.
Logs Section
Review completed order logs and which rules were triggered.
Logging & Data Handling
Logs are stored in a custom post type for tracking which rules triggered completion.
Matched rules are stored as post meta on the order.
Uninstall Behavior:
When the plugin is deleted from WordPress:
All settings are removed.
All logs are deleted.
Your database is left clean.
Developer Hooks
Developers can customize and extend the plugin via filters and actions:
Actions
riaco_ao_order_autocompleted
Fires when an order is automatically completed.
do_action( ‘riaco_ao_order_autocompleted’, $order, $status_triggered, $matched_rules )
Filters
riaco_should_autocomplete_order
Filter to allow extending the autocomplete logic.
apply_filters( ‘riaco_should_autocomplete_order’, $should_autocomplete, $order, $status_to, $matched_rules )
riaco_ao_completion_note
Allow customization of the internal admin note.
apply_filters( ‘riaco_ao_completion_note’, esc_html__( ‘Order autocompleted by RIACO Autocomplete Orders plugin.’, ‘riaco-autocomplete-orders’ ))
riaco_autocomplete_orders_rules
Filter the rules used to determine if an order should autocomplete.
apply_filters( ‘riaco_autocomplete_orders_rules’, $rules, $order )
riaco_autocomplete_trigger_statuses
Filter the list of allowed trigger statuses.
apply_filters( ‘riaco_autocomplete_trigger_statuses’, $trigger_statuses, $status_to )
riaco_ao_log_postarr
Filter the post array before inserting the log entry.
apply_filters( ‘riaco_ao_log_postarr’, $postarr, $order, $details, $status_triggered, $note )
riaco_autocomplete_orders_settings
Filter the settings array for the Autocomplete Orders plugin.
apply_filters( ‘riaco_autocomplete_orders_settings’, $settings )
riaco_autocomplete_order_statuses
Filter the list of order statuses available for autocomplete triggers.
apply_filters( ‘riaco_autocomplete_order_statuses’, wc_get_order_statuses() )
riaco_autocomplete_orders_product_type_options
Filter the product type options for RIACO autocomplete settings.
apply_filters( ‘riaco_autocomplete_orders_product_type_options’, $options )
Uninstallation
When uninstalled via the WordPress Plugins screen:
All settings and logs are deleted.
No data is left in the database.
Roadmap
Premium version with extended conditions
License
This plugin is licensed under the GPLv2 or later. See LICENSE for more details.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「RIACO Autocomplete Orders for WooCommerce」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Advanced Autocomplete Orders for WooCommerce – By HappyDevs 》<html>, <p>Advanced Autocomplete Orders for WooCommerce 外掛可幫助您管理自動完成訂單。</p>, <ul>, <li><strong>...。
Autocomplete Orders for WooCommerce 》總結:Autocomplete Orders for WooCommerce 外掛可根據不同付款情況自動完成 WooCommerce 訂單,並兼容各大付款網關,包括 WooCommerce 付款、PayPal、2Chec...。
WooCommerce Easy Autocomplete Orders 》自動完成「支票支付」、「貨到付款」或「銀行轉帳」等付款方式的訂單。。
