START HERE

CheckoutWC: disable check create account by default

Avatar for Giovanni De Carlo Giovanni De Carlo 0 comment

If you are using CheckoutWC on your WooCommerce store, when you enter an email that is not registered, it will auto check the flag “Create an Account..” and show the password field.

add this code to your functions.php file to disable.

add_filter( 'cfw_check_create_account_by_default', '__return_false' );
Avatar for Giovanni De Carlo

Giovanni De Carlo

See all posts »
Comments

Leave a Reply

Your email address will not be published. Required fields are marked *