Hi
I need the home page to be the signup page, how do I implement this?
Any idea?
Thanks
Hello @Shiwani Miglani
you need to call that layout files into your cms page layout
check cusomer_account_login.xml & copy content of that XML and put into cms layout and check it
Hope it will help you.
Hello @Shiwani Miglani
So you want to redirect your homepage to signup/login page ? or you want to customize the homepage and load login and sign up screen on the homepage itself ?
What approach you would like to go with - then we can provide you the best solution.
My suggestion would be - if you want your landing screen/ home page is your sign up page then i would say you can do redirection - instead of customization.
Please confirm !
Hello @Shiwani Miglani
For making any custom page as Home Page of the website , you actually don't need to make any changes in code. Magento has default functionality to handle it. you can achieve this by going to -
Magento Backend ->Stores->Configuration->General->Web
inside this go to Default Pages section and inside field Default Web URL add your url . For example if you want signup page as your Home Page just add customer/account/create/ inside Default Web URL field. That's it now flush cache and magento will handle all redirections.