Redirect after Login to Home Page

sakki
Excursionist
37 1 5

After customer logs in, I want customer to be directed to home page instead of account page. Can somebody help here? Thank you

Replies 4 (4)

sakki
Excursionist
37 1 5

hardik355
Shopify Partner
234 22 34

Hi sakki

If you are usign shopify free theme. then follow this.

please Go to Online Store->Theme->Edit code then go to templates/customers/login.liquid -> follow this code.

<p>
Default link
    {{ 'layout.customer.create_account' | t | customer_register_link }}
And paste new link like |
  <input type="hidden" name="checkout_url" value="your url add here" />
</p>

For Design, Development and custom changes Hire Me.
If helpful then please Like and Accept Solution.
Thanks!

If helpful then please Like and Accept Solution.
For App Development and Design changes Hire Me.
Skype: live:hardikradadiya355
Thanks
sakki
Excursionist
37 1 5

I use Prestige theme..

hardik355
Shopify Partner
234 22 34

Hi  

I think please follow this step it's working. Other wise contact me i will help you. because most theme is same login page after redirect.

 

 

If helpful then please Like and Accept Solution.
For App Development and Design changes Hire Me.
Skype: live:hardikradadiya355
Thanks