How can I change the dynamic checkout button to just say 'buy now'?

Hey does anyone know how I can disable the dynamic buy button without it disappearing? On my live website on the homepage there is an ‘add to cart button’ next to the product and then under it there is a ‘buy with google pay’ or ‘buy with apple pay’ button or something similar. How do I change this to just say ‘buy now’? Without having any branding on it? When I disable dynamic checkout in the store editor the whole button disappears. I simply want to have a ‘buy now’ button under the ‘add to cart’ button wihtouth any branding on it… Anyone know how to do this?

Hi @Dalibor02

This is Victor from PageFly - Shopify Page Builder App

About the buy now button brand. So sorry but it depends on the Payment you have setting in Shopify Payments
Shopify forced it and will show the brand based on customer payment if you have multiple brands for it too.
There are 2 ways to solve this.
1 is you can remove those brands

2 is you can use a custom code to change the button styling to buy now.

Hope this can help you solve the issue

Best regards,

Victor | PageFly

Hello there!

To disable the dynamic checkout button in Shopify without making it disappear, you need to modify the theme code. Here’s how you can do it:

  1. Go to the “Themes” section of your Shopify admin.
  2. Select the theme you’re using and click on the “Editor” option.
  3. In the “Templates” folder, locate and open the “product.liquid” file.
  4. Look for the code that displays the dynamic checkout button, which typically looks like this:

  1. Comment out the entire button code by wrapping it in HTML comment tags: