product page

LastRep
Tourist
8 0 1

can anyone help me with removing the " buy now button " so i only have the " add to cart " button on my product pages

Replies 2 (2)

Dirk
Shopify Staff
2201 246 499

Hey, @LastRep 

The buy now button is part of the dynamic checkout feature in Shopify. You can actually disable this within your theme editor to get rid of the 'Buy Now' button. We have a step-by-step guide here on how to do so. 

With that said, is there a particular reason you want to exclude this option from customers? If there is anything else I can help you with, please let me know.

Dirk | Social Care @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

JerryLuu
Shopify Partner
11 1 6

Greetings,

@LastRep Thanks for posting!

For your concern, you can remove the “BUY IT NOW” button by using the built-in settings of your theme or adding a simple line of code to your theme. I am pleased to show you both way.

1. Using built-in settings.

  • On your Shopify admin, go to Online Store > Theme > Customize
  • Select Product pages template

Screenshot (11).png

 

Screenshot (15).png

 

  • Uncheck “Show dynamic checkout button”

Screenshot (16).png

  •  Click Save to save your changes

2. Adding a line of code
Additionally, you can remove the “BUY IT NOW” button by adding the code below to your theme.

  • On your Shopify admin page, go to Online Store > Theme > Actions > Edit code
  • Search for theme.css file
  • In the file, paste the code below to the very bottom of the file:

 

.shopify-payment-button {
	display: none;
}

 

  • Screenshot (17).png

     Click Save to save your changes

I hope this will help you!

There are a lot of elements that need to be optimised on a product page. If you are interested, check out these tips to create a high-converting product page.

Happy selling,
Jerry

 

HappyPoints | Shopify Experts
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution