Description
This plugin creates extends WooCommerce by letting the guest user confirm thier email and combine orders when guest users use the same email.
An extra email field is created for guest users in the checkout screen. During the checkout the provided emails are checked if they are corresponding.
This check is done in the front-end by Javascript and in the AJAX call with php.
During the checkout as a guest the guest account is saved so when this customer will create a account later all the old orders are linked to this customer.
In the admin there is a ‘created_by_webshop’ column that will display yes when the user was a guest and it’s created by the system.
Installation
- Download the plugin.
- Activate the plugin.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Improved Guest checkout for WooCommerce” is open source software. The following people have contributed to this plugin.
Contributors“Improved Guest checkout for WooCommerce” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “Improved Guest checkout for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.5
- Tested in WP 5.8
1.4
- Store the VAT number in the user meta when billing_vat_number is given
- The user field vat_number is added when billing_vat_number is not empty
1.3
- The confirm email field is now always behind the email field.
1.2
- Store billing_email_2 in WC session so the value still exists after reload.
1.1
- Make sure that the confirm email field is next to the email field.
1.0
- Created Admin Columns
- Extra email field
- Chek on extra email field
- Initial Release.