Shopify themes, liquid, logos, and UX
The merchant is seeking assistance with changing the dynamic checkout button on their product page from PayPal to Apple Pay, while keeping the checkout page unchanged
Hey @Kat78 ,
Thank you for your query regarding the dynamic checkout button on the product page. The dynamic checkout button (such as PayPal or Apple Pay) shown on the product page is automatically generated by Shopify and is personalized based on each customer’s device, browser, and previous checkout behavior. Unfortunately, it is not possible to force Apple Pay to display in place of PayPal for all users due to Shopify's built-in logic and security standards.
However, here’s what we can do:
1. Ensure Apple Pay is Enabled:
- We'll confirm that Apple Pay is activated under your Shopify Payments settings so it appears for eligible users (those using Safari on macOS or iOS with Apple Pay set up).
2. Remove PayPal from the Product Page (if preferred):
- We can disable PayPal Express from appearing on the product page’s dynamic checkout button. This may increase the likelihood of Apple Pay showing, though again, it only appears to eligible users.
- Important: PayPal will still remain available as a payment option during the final checkout process unless fully disabled.
3. Alternative Customization:
- If you'd like, we can remove the dynamic checkout button entirely from the product page and guide customers through the standard checkout process where all payment options (including Apple Pay and PayPal) will be available.
Please let me know how you’d like to proceed, and I’ll be happy to make the necessary adjustments.
Please feel free to reach out.
Thanks
Rajat
Shopify Expert
Hi,
Hope this will help
- Add Apple Pay Manually (for developer)
Code example
{% if additional_checkout_buttons %}
{% if shop.enabled_gateways contains 'apple_pay' %}
{{ content_for_additional_checkout_buttons }}
{% endif %}
{% endif %}
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025