woocommerce-plugin icon indicating copy to clipboard operation
woocommerce-plugin copied to clipboard

Upgrade to more modular Checkout UX

Open blockonomics opened this issue 3 years ago • 4 comments

Property_1payment

Desired Behaviour/Motivation

  • Timeout is confusing and it seems to customer that if he doesn't send within that time, his payment is lost
  • If time reaches 2 min or so, customer is basically left with nothing to do as he knows he cannot complete payment in that time
  • A modular UX clearly indicates that the timer is for price refresh and address stay the same

blockonomics avatar Aug 26 '22 07:08 blockonomics

Lets start working on this for wordpress:

  • Important thing is that we should respect the theme and not do unnecessary styling
  • We have to think on how to implement boxes /section that gel with the theme (We cannot use background color)
  • Mobile friendliness is important
  • Copy we can the COPY component UX

To think about later

  • Refresh now should only reload the BTC amount section instead of refreshing the entire page. Important that this should not be over-complicated

blockonomics avatar Sep 05 '22 15:09 blockonomics

Refresh now should only reload the BTC amount section instead of refreshing the entire page. Important that this should not be over-complicated @thisisayush Lets think about this while you are waiting for design

blockonomics avatar Sep 13 '22 08:09 blockonomics

I think this can be achieved by what we had previously, an AJAX API that can be used to refresh the order parameters and show it here. It'll not be possible in NoJS Solution, but we can implement auto page reload in NoJS Scenario as well (using HTML meta page refresh)

thisisayush avatar Sep 13 '22 09:09 thisisayush

Yes in noJS we can just reload the page. That is not a problem Lets see what minimalistic AJAX API we can use that other wordpress plugins are using using. Maybe jquery can be used as we know wordpress will have jquery

blockonomics avatar Sep 13 '22 10:09 blockonomics