You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be a way better user experience if at Address step of a checkout flow we show real steps and not "all" of them.
Example:
we only have one shipping method
we only have one payment method
If you select this options in backend Checkout module setting
then it would make sense to show at Address step only Address and Review step.
Currently at Address step we show Address, Shipping, Payment and Review and then when you click next, you are redirected to Review and then you only have Address and Review (shipping and payment are just gone).
Benefit of showing and using steps is that user sees what he needs to do; it can determine if he will step out of the funnel or not and in this case it does not do what it is suppose to do; Show steps which you need to do.
The text was updated successfully, but these errors were encountered:
We can likely improve that if you only have one payment and billing option in the checkout module. But you can theoretically have multiple shipping options (for different countries), and only after entering the billing address we can know if the step actually exists. The alternative would be the opposite, not showing the steps until they become necessary 🤔
It would be a way better user experience if at Address step of a checkout flow we show real steps and not "all" of them.
Example:
If you select this options in backend Checkout module setting
then it would make sense to show at Address step only Address and Review step.
Currently at Address step we show Address, Shipping, Payment and Review and then when you click next, you are redirected to Review and then you only have Address and Review (shipping and payment are just gone).
Benefit of showing and using steps is that user sees what he needs to do; it can determine if he will step out of the funnel or not and in this case it does not do what it is suppose to do; Show steps which you need to do.
The text was updated successfully, but these errors were encountered: