Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Users are surprised that there's a confirmation step the first time they bid #462

Open
dblock opened this issue Jun 9, 2015 · 7 comments
Assignees

Comments

@dblock
Copy link

dblock commented Jun 9, 2015

A user bids in the last seconds only to discover that there's a confirmation step. Improve UI in a way that makes it clear that there will be a confirmation step.

@dblock dblock changed the title Help users avoid the "bidding in the last minute" problem. Users are surprised that there's a confirmation step the first time they bid Jun 9, 2015
@katarinabatina
Copy link

@dblock I see the problem here but I don't understand how telling them that there is a confirmation step will help them understand that their bid won't be placed in time. Seems like we need a slightly more holistic approach to solving this issue. I typically find that a line of copy is lost on a user who just wants to bid (this was true in the early days of user testing a prototype where there was much copy explaining each step)

@dblock
Copy link
Author

dblock commented Jun 10, 2015

Totally agree @katarinabatina. An example would be changing the "Bid" button to "Bid (You will be asked to confirm)", obviously that really ugly, I don't know what the solution is, but I know it's a problem :)

@dblock
Copy link
Author

dblock commented Jun 10, 2015

One idea that comes to mind is if instead of "Bid" it said "Next" as you start typing a number.

@ashfurrow
Copy link
Contributor

We could examine ways to make the process faster. Maybe use CC as a form of user authentication somehow? That way it's enter number - bid - swipe - done.

@alloy
Copy link
Contributor

alloy commented Jun 15, 2015

As far as I understand the problem, I agree with @ashfurrow. Isn’t having the payment go through the most important detail? You can deal with the personal details after the payment has gone through.

@katarinabatina
Copy link

@ashfurrow I like the idea of using the CC as a personal identifier but that is probably a larger change out of scope for the immediate future.

@alloy getting a CC for unregistered users is the most important however to figure out whether or not they are registered we need to ask for personal details upfront...hence the cc swipe coming later in the flow.

@alloy
Copy link
Contributor

alloy commented Jun 16, 2015

Just want to put this out there, but even with this there are still plenty of design/implementation questions (listed at the bottom).

I assume the creditcard details are being stored on Stripe for later use? If so, Stripe offers a ‘fingerprint’ for each stored creditcard that can be used to identify a creditcard later on: https://stripe.com/docs/api#card_object

i.e. if I create an account and store my creditcard then Artsy can store the fingerprint of that creditcard along with my account and next time I use my creditcard Artsy can find my account by that fingerprint.

  • when a creditcard’s fingerprint is not found in the Artsy DB it could either be a new customer or an existing one using a different creditcard
  • when there are multiple Artsy accounts using the same creditcard

@katarinabatina katarinabatina added this to the July 21 - Aug 25 milestone Jul 22, 2015
@katarinabatina katarinabatina removed this from the July 21 - Aug 25 milestone Jan 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants