What is Express Payment?
Special checkout button designed for some payment methods like Paypal, Apple Pay, G Pay, Shopay, etc.. Customer can add the payment methods through Payment function of Shopify
These buttons navigate the customer to their payment method of choice and makes them less likely to abandon the cart!
How to set it up?
Back end
These payment methods are built based on the accelerated checkout rendered by Shopify.
You can check it out here
If the payments are not activated in the back end, it can not show on your store front.
Then, navigate to Express Payment module inside Cart Editor, copy the code line inside the guide box, or copy the code line down below:
<div style='display:none'>
{% if additional_checkout_buttons %}
{{ content_for_additional_checkout_buttons }}
{% endif %}
</div>Direct to the Edit Code section in Online Store -> Themes
Find the
theme.liquid
inlayout
folderSearch for <body> tag, and paste the code line to any blank lines below the first <body> tag
Front end
Enable the Express Payment module in the Cart Editor section, and hit Save
Need help? Let us know via in-app live chat or email: help@opusecom.co 🤩