WordPress - WooCommerce Registration not working WordPress - WooCommerce Registration not working wordpress wordpress

WordPress - WooCommerce Registration not working


The theme was broken:On your host, open the file on the path “yourhost/wp-content/themes/new-commerce/woocommerce/myaccount/form-login.php”

Around line 110, you will find this piece of code:

wp_nonce_field( ‘woocommerce-register’, ‘register’ );

Change it to:

wp_nonce_field( ‘woocommerce-register’ );