There is a big blue button which allows them to go back to the store.
Is there a way to customize where that button redirects to on the store?
Or, even better, is there a way to have a login flow which redirects directly to the store at a particular URL after logging in through the new flow? i.e. skip the new xxx.account.myshopify.com page entirely and go to a store page of our choice?
A redirect for “New Customer Accounts” after login would be very helpful. Seems like this would be a priority since the current UX makes the assumption that you have already purchased. That is not the case oftentimes.
Providing a redirect would allow a business to offer identity-based product marketing to help the customer make their purchasing decision. That would help boost store sales.
Direct your customers back to online store after a successful login with a new storefront_login_url route in the routes object. With this route, customers will now be taken back to the page where the login originated. You can also direct customers back to another page on the online store using the /customer_authentication/login path with a return_to parameter.