Strange remark appeared beside the ‘add to cart’ button

This topic has 2 replies, 2 voices, and was last updated 1 years, 8 months ago ago by Rose Tyler

  • Avatar: DebbieC
    DebbieC
    Participant
    August 6, 2022 at 12:08

    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

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 6, 2022 at 12:42

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.