Apple Pay Quick Checkout
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:
![Apple_Pay](https://api.apidog.com/api/v1/projects/613905/resources/346139/image-preview)- Navigate to Checkout Options from Zid's merchant dashboard.
- 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:
<div>
{{ template_for_product_apple_pay_button }}
</div>
2. Cart Page
Insert the following in the cart.twig
file:
<div>{{ template_for_cart_apple_pay_button }}</div>
Last modified: 2 months ago