How can I redirect customers to a Collection page after login?

How can I redirect customers to a Collection page after login?

tmpulido
Excursionist
26 0 7

When a customer logs in, it takes them to the Order History page, /account. Is there a way to change the destination when they click the Sign In button? I want to send them to a Collection page instead. I think the code would be in customers/login.liquid.

Replies 3 (3)

gr_trading
Shopify Partner
2040 149 206

Hi @tmpulido ,

 

Go to online-store - > edit theme

 

search for main-login.liquid and find code

{%- form 'customer_login', novalidate: 'novalidate' -%}

 

now put the below line just after the above code

<input type="hidden" id="checkout_url" name="checkout_url" value="/">

 

value="/" refer to homepage here you can provide any URL.

 

Hope it helps...

For any custom development WhatsApp or connect at Email ID: support@grtrading.in for quick consultation. | Shopify Free codes
To support Buy Me a Coffee
tmpulido
Excursionist
26 0 7

Thanks for the response. I don't have a main-login.liquid file, but I do have customers/login.liquid. 

 

I found the line  {% form 'customer_login' %}, but no , novalidate: 'novalidate' -%}.

 

I added the following line above that line....

<input type="hidden" id="checkout_url" name="checkout_url" value="/collections/wholesale">

 

... but it still takes me to the Order Summary and not the wholesale collection page.

 

Thanks

gr_trading
Shopify Partner
2040 149 206

@tmpulido 

Would you mind sharing the store URL and password?

 

For any custom development WhatsApp or connect at Email ID: support@grtrading.in for quick consultation. | Shopify Free codes
To support Buy Me a Coffee