Re: Buy it Now button

Solved

Can I edit the 'Buy It Now' button options on my products?

Sandra_Mitchell
Excursionist
14 1 6

Hi Again

Some of my products have an add to cart or a buy it now option button but on some of the products the Buy It Now button says But With GPay. Can this be edited to either remove the second option or to at least make sure they are all the same?

 

Many thanks

Sandra

Accepted Solution (1)

Helen
Shopify Staff (Retired)
1425 174 290

This is an accepted solution.

Hi, @Sandra_Mitchell. That’s a great question! The branding of dynamic checkout buttons cannot be edited, I’m afraid. It is designed this way in order to be convenient for the buyer, and so there isn't any way to control which button displays to a user at any given point in time. 

 

For greater context, the button that appears to buyers is entirely dependent on these key factors:

 

  • Device/browser compatibility - For example, Apple Pay only works on Apple devices when using the Safari browser
  • Your customer's previous purchasing history - If your customer has never logged in or used any of the branded wallets like Amazon Pay, Google Pay, PayPal, etc., then they will likely not be presented with any branded options. On the contrary, if your customer usually makes online purchases using Google Pay, then they will most likely see the Google Pay button on your store
  • Your store’s payment settings - Only the branded options that correspond to your payment settings are possible options to display to the user. These options are enabled/disabled from your admin in ‘Settings > Payments > Manage’
  • For Paypal in particular, the store currency and buyer's PayPal account is a factor - For example, INR currency is only supported with India PayPal accounts and not in general, so the generic Buy it now button will show in most cases

 

I hope that helps! If you have any other questions or concerns, please let me know.

To learn more visit the Shopify Help Center or the Community Blog.

View solution in original post

Replies 4 (4)

Helen
Shopify Staff (Retired)
1425 174 290

This is an accepted solution.

Hi, @Sandra_Mitchell. That’s a great question! The branding of dynamic checkout buttons cannot be edited, I’m afraid. It is designed this way in order to be convenient for the buyer, and so there isn't any way to control which button displays to a user at any given point in time. 

 

For greater context, the button that appears to buyers is entirely dependent on these key factors:

 

  • Device/browser compatibility - For example, Apple Pay only works on Apple devices when using the Safari browser
  • Your customer's previous purchasing history - If your customer has never logged in or used any of the branded wallets like Amazon Pay, Google Pay, PayPal, etc., then they will likely not be presented with any branded options. On the contrary, if your customer usually makes online purchases using Google Pay, then they will most likely see the Google Pay button on your store
  • Your store’s payment settings - Only the branded options that correspond to your payment settings are possible options to display to the user. These options are enabled/disabled from your admin in ‘Settings > Payments > Manage’
  • For Paypal in particular, the store currency and buyer's PayPal account is a factor - For example, INR currency is only supported with India PayPal accounts and not in general, so the generic Buy it now button will show in most cases

 

I hope that helps! If you have any other questions or concerns, please let me know.

To learn more visit the Shopify Help Center or the Community Blog.

tenzing79
Tourist
5 0 2

Trying to remove "but it now" button on Modular Theme. It is not working. I only accept payments through stripe. How can I get rid of the button?

 

 

tenzing79_0-1645802507237.png

 

s4n
New Member
5 0 0

Hi Sandra,

I had to solve this as well and found a way to do it. NOTE: this was done on a Dawn theme and may not work for other themes.

 

Add the code below inside the {%- if block.settings.show_dynamic_checkout -%} statement to the buy-buttons.liquid file in the snippets section of your code editor.

 

<button type="button" class="shopify-payment-button__button shopify-payment-button__button--unbranded" onclick="document.querySelector('[data-testid]').click();">Buy It Now!</button>
<div style="display:none;">
{{ form | payment_button }}
</div>

 

Make sure to do this on a backed-up theme in draft status so you can confirm it is working before putting it live.

topHome
Visitor
1 0 0

This didn't work. Using the Dawn theme. Could you upload a screenshot of your code. Been trying to figure this out for weeks. Please and Thank you!