Attempting to remove "Buy it now" button, but can't find the "Dynamic checkout button - checkbox"

Hi all,

I’m using the Impulse theme and looking to remove the “Buy is now” button. The answers to other similar questions state to uncheck the 'Dynamic checkout button", on under the Theme - customisation - product page, however, I can’t find that checkout, or anything that refers to the buy it now button.

The reason I’m looking to remove it is the product requires the customer to add something to a comments field, which I can only work out to put in the cart page - so this step can’t be skipped (and the buy it now button skips that step).

Thank you very much in advance.

Kristy

1 Like

@charltok

Please check following URL for help

https://help.shopify.com/en/manual/online-store/dynamic-checkout/add-buttons

Thanks!

@charltok

No problem at all! You can disable those buttons through your theme settings. To do so, head in your admin to online store > themes, and click on the customize button. Then, navigate to the controls for your product pages - there’ll be an option there to uncheck the show dynamic checkout buttons. There’s more detail on this our guide right over here!

@charltok

Hide button using css code following step

Please follow these steps: - Step 1: Go to Online store > Themes > Actions > Edit code. - Step 2: Go to Assets > theme.css and paste this at the bottom of the file.

.shopify-payment-button .shopify-payment-button__button--unbranded {
    display: none !important;
}

Thanks!

Thanks so much for your suggestions!

I’ve changed my theme, and I can now see the dynamic checkout button which I’ve now un-selected. However, the “Buy it now” button is still showing on my product pages. I’ve logged out and back in, but there’s no change. Any suggestions?

Thank you :slightly_smiling_face: