Archived topic
Show custom text message with woocommerce spinner at checkout
3 replies · Started by Deniz Akay on February 2, 2020
I know it's not easy but I want to show a custom message when a customer clicks "Place order" button at checkout.
My woocommerce website is running on a shared hosting and it takes too long to process the order. After clicking button woocommerce shows a spinner (loader) icon. Is it possible to show a text message like "Processing your order... Please keep this window open" over or under spinning icon?
Hi there,
Unfortunately this is something you will need to check with WooCommerce support to see if there is a way.
This is my solution, maybe somebody will need it:
I've created my own gif with a custom text below spinner and replaced it with default woo spinner using this css:
https://gist.github.com/eversionsystems/9c1845cc3a18209d4a6eb8ed5d5221a5
Thanks for sharing!