
內容簡介
總結:
這個WordPress外掛在WooCommerce中,當客戶以訪客身份結帳時,將會檢查是否有與帳單電子郵件相同的使用者帳戶,如果有找到,將會將訂單重新指派給該使用者。
問題與答案:
<ul>
<li>問題:當客戶以訪客身份在WooCommerce中結帳時,這個外掛會執行什麼動作?</li>
<li>答案:這個外掛會尋找是否有與帳單電子郵件相同的使用者帳戶,如果找到,將會將訂單重新指派給該使用者。</li>
<li>問題:這個外掛的授權是什麼?</li>
<li>答案:這個外掛的授權是根據GPLv2或更新版本的許可。</li>
</ul>
外掛標籤
開發者團隊
原文外掛簡介
When a customer checks out as a guest in WooCommerce, this plugin will look for a user account with the same billing email and, if found, reassign the order to that user.
Key benefits:
🔗 Instant Assignment – New guest orders with a matching email are immediately linked to the customer’s account.
🔄 Historic Back-fill – On user registration or login, all past guest orders with that billing email are attached.
⚡ Zero Configuration – Works right out of the box; no settings to tweak.
🛠 Developer Hooks – Extend or customize via actions before/after assignment.
Features
Automatic Order Assignment
Guest orders are automatically reassigned to an existing user account when the billing email matches.
Historical Order Recovery
On account creation or login, all previous guest orders for that email are back-filled.
Real-time Processing
Both guest and logged-in checkouts are processed instantly during the WooCommerce checkout flow.
Secure & Reliable
Built on WordPress and WooCommerce best practices to ensure data integrity.
Developer Hooks
goa_before_attach_order
goa_after_attach_order
Requirements
WordPress 5.0 or higher
WooCommerce 3.0 or higher
PHP 7.2 or higher
Verifying It’s Working
Create a WooCommerce Product.
Create a Guest Order and then check the order created.
Create a Order after logging in or create accout at checkout time.
Check a WooCommerce Order Listing.
No further settings are required—once activated, Guest Order Assigner will automatically handle all future and past guest orders for matching emails.
License
This plugin is licensed under the GPLv2 or later.
