This topic has 2 replies, 2 voices, and was last updated 2 years, 3 months ago ago by Rose Tyler
An error has appeared on my product pages once a size/colour selection has been added. It also happens on mobile.
Next to the ‘add to cart’ button it says – OR –
How do I get rid of this ? Its only recent so I wonder if the latest update caused it to appear. https://prnt.sc/LrZSZeeySnBl
Thanks, Debbie
Hello,
That comes from the third-party plugin that you use https://prnt.sc/7YfHOvJ7-gX8 (Stripe for WooCommerce or something similar). So, check the plugin settings or contact the plugin author to disable that. Or hide that using custom CSS (Theme Options > Custom CSS)
.product-information .cart #wcpay-payment-request-button-separator {
display: none !important;
}
Regards
Tagged: add to cart, persuasive, strange remark, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up