
內容簡介
這個外掛為你的訪客客戶提供了無縫的註冊選擇。當他們在結帳後到達訂單確認頁面時,如果他們還沒有帳戶,他們將會被提示只需點擊一下就可以創建帳戶。
該外掛將通過訪客的資訊自動創建一個使用者帳戶,為他們生成密碼並將其登錄。此外,它還會觸發一封“新帳戶”電子郵件,並將用戶重定向到他們的儀表板。
如何使用
安裝並啟用插件
從 WP 管理儀表板進入 WooCommerce 設置
打開“帳戶和隱私”選項卡
尋找並勾選“結帳後註冊”選項
保存更改
開發
如果您想查看源代碼並為此插件做出貢獻,請查看插件的GitHub 存儲庫。
外掛標籤
開發者團隊
② 後台搜尋「One-Click Post Checkout Registration for WooCommerce」→ 直接安裝(推薦)
原文外掛簡介
This plugin provides seamless registration option for your guest customers. When they reach the order confirmation page after checkout, they’ll be prompted to create an account with a single click, only if they don’t have one already.
The plugin will automatically create a user account from the guest details, generate a password for them, logging them in. Moreover, it will trigger a ‘new-account’ email, and redirect the user to their dashboard.
The registration prompt appears automatically on the default WooCommerce order confirmation page. For custom thank you pages, use the Gutenberg block or the [wc_pcr_message] shortcode to place the prompt manually.
How to use
Install the plugin and activate it
Head to WooCommerce settings from WP admin dashboard
Open the “Accounts & Privacy” tab
Find and check the “Post-checkout registration” option
Save changes
Manual Placement
For custom thank you pages, you can manually place the registration prompt:
Using the Block:
1. Edit your page in the block editor
2. Search for “Post Checkout Registration” block
3. Configure display settings and publish
Using the Shortcode:
Add [wc_pcr_message] where you want the prompt to appear. Pass the order ID via URL parameter (eg: /?order_id=1) or shortcode attribute (eg: [wc_pcr_message order_id="1"]).
