I am trying to add Google Pay & Apple Pay to my Checkout Page. I am struggling on where in Edit Code I would add them. I think this is the code I need to add but am just not sure where:
{%- if additional_checkout_buttons -%}
{{ content_for_additional_checkout_buttons }}
{%- endif -%}
I do not want those payment options until they reach this checkout page:
To enable the Google Pay button for your online store, you need to be using Shopify Payments. Your store must adhere to the Google Pay API Terms of Service and Acceptable Use Policy
To activate Google Pay, complete the following steps:
In the section for your credit card payment provider, click Manage.
Select Google Pay in the Wallets section.
Click Save.
Your customers can now use Google Pay to check out in your store. To see the Google Pay button, your customers need to be using one of the following supported browsers on desktop or mobile:
I have done all that but have shut off Google Payments for now because I do not want the express options on the first page of the cart. I have a lot of local pickup sales and if they choose an Express Checkout option, there is no option for local pickup. For example, there is a Paypal option on the payments screen (see pic in original post) that allows for a local pickup option so I don’t need an Express Checkout Paypal. I am trying to figure out how to stop the Express checkout buttons at the top but keep the Paypal option on Payment page.