Krokedil Assign Customer to Order for WooCommerce
Creates customer account during new WooCommerce order if email doesn't exist in an existing account. If account does exist, the customer ID will be tagged to the order even if customer isn't logged in.
by Krokedil · github.com/krokedil/krokedil-assign-customer-to-order-for-woocommerce · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/krokedil/krokedil-assign-customer-to-order-for-woocommerce/archive/refs/heads/master.zipReadme
krokedil-assign-customer-to-order-for-woocommerce
Creates customer account during new WooCommerce order if email doesn't exist in an existing account. If account does exist, the customer ID will be tagged to the order even if customer isn't logged in.
Configuration
Under --> WooCommerce --> Settings and the Accounts & Privacy tab make sure to have the following settings:
- Allow customers to place orders without an account should be checked.
- Allow customers to log into an existing account during checkout should NOT be checked.
- Allow customers to create an account during checkout should NOT be checked.
Changelog
1.1.0 - 2019-01-14
- Enhancement - Saves order address data in customer when creating a new user.
1.0.0
- Initial release.