Hi,
We would like to add to our website a landing page where people has to : either log in or create an account.
Do you know the best way to do it ?
Also, is there a way to implement Google connect to faster the account create ?
Thanks a lot,
Hi,
We would like to add to our website a landing page where people has to : either log in or create an account.
Do you know the best way to do it ?
Also, is there a way to implement Google connect to faster the account create ?
Thanks a lot,
Hi @foolitud ,
For this you update your theme.liquid file code with below.
{% unless customer %}
{% endunless %}
Above code will redirect the user to login page if user is not login.