On shops that allow guest checkout (good for conversion), customers sometimes create an account after they've ordered, particularly if they're ordering again. However, their guest orders remain disconnected from their new user account.
My request is that orders be linked to new user accounts automatically.
This can be done as soon as the account is created by searching for guest orders with a matching email address. Doing it this way allows the system to display those orders and get confirmation from the new user before linking them.
Alternatively, it can be done by a background job, which links users with a "customer" role created since the last job ran with matching orders.
On shops that allow guest checkout (good for conversion), customers sometimes create an account after they've ordered, particularly if they're ordering again. However, their guest orders remain disconnected from their new user account.
My request is that orders be linked to new user accounts automatically.
This can be done as soon as the account is created by searching for guest orders with a matching email address. Doing it this way allows the system to display those orders and get confirmation from the new user before linking them.
Alternatively, it can be done by a background job, which links users with a "customer" role created since the last job ran with matching orders.