This topic has 9 replies, 3 voices, and was last updated 2 years, 10 months ago ago by HyperCyber
Hello,
Their is an “-OR-” added by JS after page load after in the sticky add to card on the bottom.
How to remove it?
Thanks
Hello,
Do you use an additional payment plugin? Try to disable it and check then. If block is added by a plugin, contact support of that plugin.
Regards
I have only Woo commerce payment enabled with express Checkout (Stripe already disabled and deleted)
Hello,
Provide us with link to the product where you have the mentioned issue and also WP Dashboard access to your site.
Regards
Hello
Here is product page link
Thanks
Hello,
It comes from the third-party plugin https://prnt.sc/26c31z4 If that plugin does not have option to disable it at all then add the below code to Theme Options > Custom CSS
.product-information #wcpay-payment-request-button-separator {
display: none !important;
}
Regards
Hello,
Thanks for your reply.
After checking the code i noticed that it’s the Woo commerce Payment trying to inject the Stripe Express Checkout Button (Pay with Google Pay Button),
I see the input form on the code but it won’t appear correctly.
I should appear like that as well in the checkout page.
Can you check it out please
Thank you
Hello,
If you use a third-party plugin and the button of the third-party plugin does not appear that then you need to contact the plugin author to get help with that. Do you have the mentioned issue with the Storefront theme activated?
Regard
You are right,
I noticed that Stripe iframe have an 1px width !important inline style
I’ll try to get in touch with them
Thanks
The issue related to '‘Remove -OR- From Product Page Add to cart’' has been successfully resolved, and the topic is now closed for further responses