WooCommerce require registration to buy

woocommerce, wordpress

Solution

In your site's admin go to WooCommerce>Settings>Checkout ex:

http://yoursite.com/wp-admin/admin.php?page=wc-settings&tab=checkout

And make sure that "Enable guest checkout" is unchecked

UPDATE for WooCommmerce 3.4+

Pretty sure it was 3.4 when WooCommerce added it's privacy tools to help with GDPR compliance. This setting is now under

WooCommerce>Settings>Accounts&Privacy

or

`wp-admin/admin.php?page=wc-settings&tab=account`

Problem

I need to require a user registration before buying a product. Right now, when you add a product to the cart, then in the check out you can fill all the fields with your information but without a wordpress login. There is a simple option to create an account but is optional. I'd like to know if is possible to modify the check out page to redirect a register page. is it possible? So if you wish to give any suggestion or any interesting link that will also be highly appreciable.

Original source