I have a custom registration page and working fine unless I am logged-in. When I am login and click on my registration page it takes me to the registration page but it is blank. I want it to redirect the user if he/she logged-in to the my account page.
Question posted in Woocommerce
The official Woocommerce documentation can be found here.
The official Woocommerce documentation can be found here.
2
Answers
You can do it like this in your header.php
or just paste the link in the if statement
To Redirect custom Registration page to My Account page you should try small javascript something like this.
Write this code in your php file that you have created for registration.