Archived topic
Woocommerce checkout show processing after pay now
3 replies · Started by Stew on August 19, 2018
Viewing posts 1–4 of 4
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.
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 :)
Much better, thank you!
No problem! :)
This archived topic is closed to new replies.