How to show accelerated checkout buttons?


Shopify's definition of accelerated checkout (link here)

Accelerated or express checkouts save customer payment and shipping information so that returning customers can more quickly complete payment for their orders. When a customer returns to a store that offers an accelerated checkout method, their information is automatically filled in at checkout.

By using dynamic checkout buttons, customers can skip the cart and go directly to the checkout from the product page, using the selected accelerated checkout method. Learn how to display dynamic checkout buttons on your online store.

You can activate accelerated checkout buttons on your Shopify Checkout for Shop Pay and for other payment providers that offer the options, including Apple Pay, Google Pay, Amazon Pay, and PayPal. To learn more about PayPal's accelerated checkout options, refer to supported PayPal providers.


Steps to add these accelerated checkout buttons on Slide Cart

  1. Go to the Shopify admin portal of your store
  2. Open Theme settings:
    • Click on "Online Store" > "Themes."
    • Choose the theme you want to add these buttons to
  3. Edit theme code (we can do this for you as well):
    • Click the "elipsis" button next to the theme.
    • Select "Edit code" from the dropdown menu.
    • Locate the theme.liquid file in the list of theme files

  1. Copy the following code snippet
{% if additional_checkout_buttons %} 
<div id="slidecart-additional-checkout-buttons" style="display: none">{{ content_for_additional_checkout_buttons }}</div>
{% endif %}
<style>#slidecarthq .footer .additional-checkout-buttons #dynamic-checkout-cart > shopify-accelerated-checkout-cart shopify-paypal-button div div style { display: none !important;}</style>
  1. Paste this snippet just before the closing </body> tag. Hit SAVE!
  2. Enable accelerated checkout from Slide Cart app by click on "Show additional checkout buttons"

Still need help? Contact Us Contact Us