Replies: 5 comments 9 replies
-
Hi @zack-rose, I'm not sure I understand what you mean by "redirected back to the liquid template to sign in" to process checkout? Do you have a video illustrating this flow? Can you see this on our demo-store ? |
Beta Was this translation helpful? Give feedback.
-
@juanpprieto I might be wrong, but I think he means that the Hydrogen demo store does not contain any customizable checkout page components (and unless I'm missing something, the library doesn't seem to expose a hook for In this stackblitz recording, I land on an error page where the checkout flow should be: Screen.Recording.2022-09-08.at.11.03.22.AM.movIn my view, having consistent UX all the way through the end of checkout is pretty important as users could become confused/suspicious. |
Beta Was this translation helpful? Give feedback.
-
I'm running into this problem right now and trying to figure out what to do. The best I could find is this: Shopify/hydrogen#2335 It feels really odd that we'd have to interact with the liquid theme to control this. |
Beta Was this translation helpful? Give feedback.
-
I'm having this same issue, will there be an update for this? |
Beta Was this translation helpful? Give feedback.
-
For anyone coming to this thread, you may want to look into Shopify's current development work with checkout: https://shopify.dev/apps/checkout#customization-options-and-resources I can't speak for Shopify here, but this is what I've understood about how Checkout customizations will work in the future: rather than customizing liquid, you will use Checkout UI Extensions (written in React), and other APIs for branding and analytics. This will allow you to customize checkout without freezing your version of checkout on a yearly cycle as you have to do today with Speaking for myself here, I would much rather not have to maintain my own checkout 😅. Over the last two years that our organization has tried to manage our checkout in React, we've found that it is both the most critical page for conversion and the most complex page to work with as developers. I'm very happy to have Shopify maintain our checkout flow and customize it using Checkout Extensibility. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I find it really odd that you can build a storefront in hydrogen and then when the customer wants to check out they are redirected back to the liquid templates to sign in to process the checkout.
Surely you should be able to develop solely in hydrogen if you want to and bypass liquid? otherwise might as well just stick to liquid if youre going to have to use it anyway
Beta Was this translation helpful? Give feedback.
All reactions