Auto Assign Guest Orders
Securely link WooCommerce guest orders to verified customer accounts.
by Coded Letter · github.com/coded-letter/auto-assign-guest-orders · website
★ 1stars
1release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/coded-letter/auto-assign-guest-orders/releases/download/v1.1.3/auto-assign-guest-orders-1.1.3.zipDeclares an update source (https://github.com/coded-letter/auto-assign-guest-orders), so updates arrive through the plugin's own updater.
From the readme
Auto Assign Guest Orders
Auto Assign Guest Orders is a free WordPress plugin that links WooCommerce guest
orders to customer accounts with matching email addresses.
Features
- Links exact-email guest orders after successful login
- Keeps registration and new-checkout assignment behind email verification
- Assigns new guest checkouts to a verified account with the same email
- Supports classic checkout and the Checkout Block/Store API
- Uses WooCommerce CRUD APIs and supports High-Performance Order Storage (HPOS)
- Preserves WooCommerce download permissions and customer statistics
- Defers to WooCommerce's native customer email verification when available
- Supports standard and headless WordPress authentication flows
- Adds no settings, tracking, external requests, or build step
Requirements
- WordPress 6.0 or newer
- PHP 7.4 or newer
- WooCommerce 7.0 or newer
Installation
1. Download auto-assign-guest-orders-1.1.3.zip from the latest GitHub release.
2. In WordPress, open Plugins Add New Upload Plugin.
3. Select the ZIP, install it, and activate Auto Assign Guest Orders.
4. Keep WooCommerce active. The plugin works automatically.
You can also clone this repository into
w
Read the full README on GitHub →