Skip to main content
Express Payment

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

Admin Opus avatar
Written by Admin Opus
Updated over a week ago

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?

  1. 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 in layout folder

    Search for <body> tag, and paste the code line 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?