How can I redirect users to homepage after login?

Hi there, I wanted to know if it is possible to re-direct users to homepage upon login and not the the Accounts page, so user doesn’t have to click on Return to store to go to the homepage?

If so can anyone suggest how?

My website is: www.oldgringobootstore1.com

Here is the
username: devaccess0@gmail.com

password: password12

for login.

Thanks in advance.

Hi @Ashishjungr , you can try this:

  1. Find this line of code
{% form 'customer_login' %}
  1. On a new line, below it, paste the following:

Replace /collections/all with your homepage url.

If this doesn’t solve your problem, there is always an option to create redirection via js. :slightly_smiling_face:

if you find my answers helpful, please mark solved or like. :slightly_smiling_face: