Can anybody help me build a separate registration page in WooCommerce instead of displaying it in the my-account page?
In the my-account p
The Code for form-login.php
is
--- START SECTION ---
--- END SECTION ---
Whet can i put this snippet :
--- START SECTION ---
if( isset( $_GET['action']) && $_GET['action'] == "register"){
// Section for registration
}else {
// Section for Login form
}
--- END START
and this URL
--- START SECTION ---
register
--- END SECTION ---