Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Adding dynamic payment buttons to product page (applePay, G Pay, etc.)

Adding dynamic payment buttons to product page (applePay, G Pay, etc.)

jzier3
Shopify Partner
2 0 0

Hi, I am trying to figure out how to add applePay to the product page. Does anyone know how to do this? I have shopPay enabled on my store, and in my liquid file I'm using this: 

{% if additional_checkout_buttons %}
  <p>button available</p>
  <div class="additional-checkout-buttons">
    {{ content_for_additional_checkout_buttons }}
  </div>
{% endif %}

 
I can see the text "Button available" but content_for_additional_checkout_buttons returns an empty div. 

Replies 0 (0)