Hi! I am finding that the dynamic checkout buttons are confusing my customers. The only ones placing orders are those with PayPal, Apple Pay, etc. Those with card think the only method of payment is whatever shows up in the dynamic checkout button. I would like to have this button just say “buy now” but still allow customers to use PayPal, Apple Pay, etc. if they want to. How can I change the code to do this? Thanks
If you offer other methods of payment (non-dynamic) a “buy now” button should be generated automatically, it may read “add to cart”.
Otherwise, if you mean you want to change the dynamic buttons, the code will need to be written so that it renders a standard button rather than the standard logo buttons. To do this you would need to add something along these lines ABOVE the closing /head tag in your theme.liquid file:
Good luck!
Hi. Thanks for your reply. I tried adding this code at the top of the theme.liquid file and it still says “buy will paypal”. I still want to accept PayPal, Apple Pay, etc. But I want the button to just say “buy now”.