Tagged: checkout, Place Order, woocommerce
Hey guys, having an oddball issue here;
I have woocom installed on this site we’re working on and when you go through the checkout the “Place Order” button at the bottom of the page appears then vanishes. You can see it if you reload the page while at the footer.
Please advise if this is not an Enfold issue, if i should talk to WooCommerce about it. Credentials in private content.
Update;
I managed to get it a bit more sticky using the following code, however it still tries to disappear before loading permanently. I’m using FF Dev edition, current version.
.woocommerce-account .button, .woocommerce-checkout .button {
display: block !important;
}
.woocommerce-checkout .blockUI.blockOverlay {
z-index: -1 !important;
opacity: 0 !important;
}
Hi Josh,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
oops sorry!
Hi,
Thanks for the update. I can’t load your site at all though, I’m guessing that you misspelled the URL?
Best regards,
Rikard
Sorry for the slow reply, Rikard. I was away. The link is;
Hi,
Thank you for the update.
Try to add this css code to disable the button transition or animation.
.woocommerce-account .button, .woocommerce-checkout .button {
-webkit-transition: none !important;
transition: none !important;
}
Best regards,
Ismael