Problem with Woocommerce Payment selection

Hello,

My Woocommerce stucks at the payment and no one can therefore complete an order. Could you please help me to resolve this BIG HUGE?

One you arrive on the step to select the payment methode, there is no possibility to select any (you can see them, but not click on it).

URL: Mandtis.fr

Thanks,
Antoine

I managed to solve the problem by adding this CSS:

/* Fix issues with jquery overlay blocking checkout button */
.woocommerce .blockUI.blockOverlay {
position: relative!important;
display: none!important;
}

Do you know where this “blockUI” comes from? I did not have this problem before.

Thanks,
Antoine

Hi there,

Glad it works now, it’s from Woocommerce itself. It’s the overlay styling when the ajax processing starts.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.