Cart/Checkout Blocked by Overlay When Using Stripe Link
-
Hello WooCommerce Stripe Payment Gateway Team,
I’m experiencing a critical issue on my WooCommerce store after enabling the “Link by Stripe – Express Checkouts” option in the Stripe plugin.When this option is active, the cart and checkout pages become unusable due to a full-page overlay (
<div>with classblockUI blockOverlay). This overlay blocks all interactions, including clicking buttons or filling in input fields.To temporarily hide the overlay, I applied the following custom CSS:
.woocommerce-cart .blockUI.blockOverlay,
.woocommerce-checkout .blockUI.blockOverlay {
display: none !important;
}
However, this is not a suitable long-term solution because:- Input fields on the checkout page become unresponsive.
- It appears to interfere with normal form behavior (e.g., you can’t type into the fields properly).
- It may create unexpected side effects during the checkout process.
The issue disappears as soon as I disable the “Link by Stripe” feature, so it seems directly related to that setting. Once I disable the “Link by Stripe” option, everything works normally again.
This behavior affects all users attempting to use Stripe Link on the cart or checkout pages.
Could you please provide guidance or a fix for this issue?
Thank you in advance for your help!
The topic ‘Cart/Checkout Blocked by Overlay When Using Stripe Link’ is closed to new replies.