-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[settings] UPE feature flag design update #2063
Comments
Affirmative 👍 |
@LevinMedia thanks for confirming!
|
On second thought - that doesn't really make sense, it seems like the first time around it should be a button that launches the experience, then after it's set up, it can be toggled on or off with the check mark - cc @jarekmorawski |
@LevinMedia I've thought about it hard while workin on this part of the experience and couldn't figure out how to fit in there a button that would later turn into a checkbox. It seemed logical to me to let folks enable and disable the new experience in exactly the same way. Also, checking a box shows an intent ("I want to enable the new UX") and after the stepper, people will see the end result (the box is checked = the new UX is on). Given that we've got a more distinguishable button in the Inbox note, I'd stick to the checkbox and add a loader to it so that people know that something's going on in the background when they turn it on. |
@jarekmorawski it's no problem to convert the experience to a checkbox. If that's the case, are there concerns that the redirect would "break" the user's expectations when checking a checkbox? (i.e.: the user is just checking a checkbox, not clicking on a link) |
Hiya! 👋
That's the idea. Ideally, we'd add a loading state to the checkbox to let them know something's going on in the background. We could let them check the box without going through the setup, but that raises concern that they'd never do it. Without the immediate redirection, we're left with similarly unappealing alternatives:
I'm happy to explore it a little further, though. @LevinMedia, do you have any thoughts?
Can they be cached so that changes are visible to people when they finish/cancel UPE setup? Then, they'd proceed to save changes as usually (if people finished setup, UPE would be turned on and saved in the background separately from other settings). |
The wizard is on a separate page and unfortunately, a page redirect resets the state of a form :( |
I understand. 🤔 Maybe we could add an affordance to let people know the button is linked to an external flow? cc @LevinMedia |
Jumping in to share an idea, maybe the whole sentence "Try the new checkout experience (early access)" could be a link to the onboarding? Or even turn it into a button? It could be that the user think they just need to tick the box to enable it. We could add a notice/subtitle saying "You will be redirected to the onboarding" or "Your current changes will be discarded" too. @jarekmorawski can you please share the link we should use for the "submitting your feedback" text? |
That's a great idea and after exploring it a little, David and I arrived at a different, but simpler solution. After checking the box and saving settings (which solves us the "Should we discard changes?" dilemma), we'd show a toast message pointing merchants to Settings > Payments where they'd enable/disable and add payment methods. We skip the stepper entirely in Stripe, because the payment method are managed differently from WCP. Here's a brief video of what it'd look like. I'll update the designs in Figma. toast.mov
It'd the same CS survey link that we've in Settings > Payments > Payment methods table > Provide feedback: https://woocommerce.survey.fm/woocommerce-stripe-upe-opt-out-survey |
@jarekmorawski I think that really solves most of the questions we had, thank you!
That lead us to the remaining questions:
If the answer to 1 is "no", it means the onboarding stepper will be completely removed indeed. |
Hi @cesarcosta99! 👋
No. I don't think the banner is needed anymore.
No, I'd leave the notification as it. It currently takes you to the stepper, but now it could enable the UPE in the background and display the toast with a link to the payment methods settings. |
Will there still be a "Disable" option from the menu of the "Payment methods" view? If so, we may want to word it more clearly: "Disable new checkout experience"? Also, when disabling using that option, I'm seeing a potentially misleading message about payment methods requiring UPE: If that will still show, we may want to adjust that wording (though it can also be a separate issue). |
Description
In the newest designs, it looks like the UPE feature flag changed from being displayed in a banner to being displayed as a chackbox.
(please confirm with UX) checking the checkbox should redirect to the UPE onboarding wizard.
Questions
WC_Stripe_UPE_Availability_Note
)Acceptance criteria
The text was updated successfully, but these errors were encountered: