Skip to main content
Express Payment

Navigate to checkout page easier with accelerated checkout, including Shopay, ApplePay, Paypal, GPay,...

Vivian Swift avatar
Written by Vivian Swift
Updated over 3 weeks ago

What is Express Payment?

Special checkout button designed for some payment methods like Paypal, Apple Pay, G Pay, Shopay, etc.. Merchants can add the payment methods through Payment function of Shopify Admin.
These buttons navigate the customers to their payment method of choice and make them less likely to abandon the cart!


How to set it up?

1. Back end

These payment methods are built based on the accelerated checkout rendered by Shopify. You can find more information about accelerated checkout and dynamic checkout buttons here.

Make sure dynamic checkout buttons are displayed on your store! How to do it.

Next, copy the code below:

<div style='display:none'>
{% if additional_checkout_buttons %}
{{ content_for_additional_checkout_buttons }}
{% endif %}
</div>

Direct to Online Store -> Themes > Edit Code.

Find the theme.liquid in layout folder.

Search for <body> tag, and paste the copied code to any blank lines below the first <body> tag.

2. 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 🤩

Did this answer your question?