[Resolved] Woocommerce checkout show processing after pay now

Home Forums Support [Resolved] Woocommerce checkout show processing after pay now

Home Forums Support Woocommerce checkout show processing after pay now

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #653875
    Stew

    Hello,

    When people hit the pay now button on the checkout page on my site, there is no clear indication that it is processing. This is causing people to hit the pay now button twice, or more. Would like a way to make it so the button greys out, or shows a processing message as a popup on the page.

    #653901
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try adding this CSS:

    form.checkout:after, form.checkout:before {
        content: '';
        display: table;
    }
    
    form.checkout:after {
        clear: both;
    }

    I’ll get it added into the next update if it works.

    Let me know ๐Ÿ™‚

    #653908
    Stew

    Much better, thank you!

    #654571
    Tom
    Lead Developer
    Lead Developer

    No problem! ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.