Sticky Add-to-Cart Issue when Payment Request Buttons is enabled (Stripe)
-
Hi,
I came across an issue where an additional –OR– is displayed above the sticky add-to-cart button (on mobile) using Google Chrome browser. This occurs when the Stripe setting ‘Enable Payment Request Buttons’ is enabled.
Screenshots attached.
Thanks.
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you so much for purchasing our theme and contacting our support center.
Could you please enable this option for now so we can check how it works and try to help you?
Kind Regards
XTemos Studio
Hi,
Apologies, I’ve re-enabled this option. Kindly check the issue.
Kind Regards,
Ronny
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woodmart-sticky-btn-container #wc-stripe-payment-request-button-separator {
display: none;
}
Regards
Hi Bogdan,
I’ve added this code but –OR– is still there.
.woodmart-sticky-btn-container #wc-stripe-payment-request-button-separator {
display: none;
}
Regards,
Please, provide us your admin access so we can log in and check this on your side.
Thank you in advance.
Hi, please use the following credentials for admin access:
Please replace previous code with this one:
.woodmart-sticky-btn-container #wc-stripe-payment-request-button-separator {
display: none !important;
}
Also, after applying changes make sure that you clear browser cache on your mobile device.
Regards
Yeap, that worked. Thanks very much.
The topic ‘Sticky Add-to-Cart Issue when Payment Request Buttons is enabled (Stripe)’ is closed to new replies.