Apple Pay Quick Checkout provides customers with a fast and seamless payment experience. Once merchants activate it through their Zid dashboard, the option becomes available in their store. As a theme developer, your responsibility is to integrate this feature smoothly into the theme’s product and cart pages.Apple Pay Activation Steps for Merchants#
Merchants can easily enable the Apple Pay feature by following these steps:2.
Toggle the Apple Pay option to activate it.
Once activated, customers will see the Apple Pay button at checkout, simplifying their payment process with just a tap.
Code Snippet Integration for Theme Partners#
To properly integrate Apple Pay into the theme, you’ll need to add two key templates into the appropriate theme files:1. Product Page#
Insert the following in the product.twig
file:2. Cart Page#
Insert the following in the cart.twig
file: Modified at 2024-10-14 16:36:00