Friday, July 24, 2015

Login and Registration on 2 different pages in woocommerce

Today we will learn, How to separate Login and Registration page in woo commerce.

Edit your form-login.php under the wp-content/themes/yourthemefolder/woocommerce/myaccount folder. And seprate the Login and Registration form in 2 different section.

Now check for a GET parameter in the page which will define which section to show. By default login will be shown, if parameter is found and is "signup", show registration section. Like below 

if( isset( $_GET['action']) && $_GET['action'] == "signup"){
    Section for registration form
}else {
    Section for Login form
}


We can provide a link for registration as 
<a href="' .get_permalink(woocommerce_get_page_id('myaccount')). '?action=signup"> Register </a>

1 comment:

  1. Thank you for sharing excellent information. Your website is very cool. Fully useful your blog post... Shopping online websites in india

    ReplyDelete