Thanks so much for the response. Yes - I had run into that documentation while switching myself.
The documentation is helpful. I just didn’t realize that the flow would be and going to the ‘orders’ page after login, which is quite unintuitive/problematic for my business, given the experience we need to provide clients.
The fact that there can be no customization is a bit surprising.
In any case - may end up going back to classic accounts. Thanks again for your response!
To customise the order section Shopify is working for order checkout extension permissions.
its in developer mode and allowed to build and test the apps.
Shopify is trying to stop users to polluting its theme structure by stoping the access to their key resources and making more scoping to do things using APPs only.
I can see their perspective, but if you’re not a developer and don’t want to spend money on apps for every tiny thing you want to do, this makes the new experience quite unusable.
But thank you for the information - at least now I know this means I have to go back to the old version. The default behavior doesn’t work for my business.
Thanks for taking the time to share the overall direction they’re going in!
This is one of the dumbest things I’ve ever seen. I finally made the switch last night to the New Customer accounts. Just tested this morning, and it’s taking me to an account page? No other website I’ve ever used does that. It takes you right back to the page you were on when you logged in. So. Dumb.
Agree. I had to switch to classic account for this functionality earlier in the year. Am revisiting this now as I really would like the frictionless login experience of ‘new accounts’, but also need the frictionless redirecting ability of classic accounts. Assuming from this comment in Sep that the situation still hasn’t changed.
Yes, its working. We implement this to our store to enable force login to see the code and once they are logged in. It’s redirecting user to its blog post.
Here’s the most concise approach to do this:
just below this line “{%- form ‘customer_login’, novalidate: ‘novalidate’ -%}” in the login section , paste this line: “”. You can replace “/collections” with the page you wanna redirect your user to after a successful login.
Hi, I followed your suggestion to replace /account/login with /customer_authentication/login?return_to={{ “/” | url_encode }}, but it’s not redirecting to the homepage after login.
Could you please provide a step-by-step guide on exactly where to place this link in my Shopify theme?
Which file(s) should I modify?
Where exactly in the code should I replace the login link?
Do I need to change any Shopify settings for this to work?
Thank you so much! Your tutorial was an absolute lifesaver, and it worked perfectly! I was able to set up the redirect successfully. I really appreciate your help—you’re a legend!