Slide Cart: How to Show Accelerated Checkout Buttons

At a glance: Add accelerated checkout buttons (Shop Pay, Apple Pay) directly inside your Slide Cart.

To get more information on Shopify's definition of accelerated checkout buttons, you can read their guide at this link.

Accelerated or express checkouts save customer payment and shipping information so that returning customers can more quickly complete payment for their orders. By using dynamic checkout buttons, customers can skip Shopify's standard cart and go directly to the checkout from the product page using the selected accelerated checkout method.

Keep in mind that Slide Cart can only display the accelerated/express checkout buttons set up on the Shopify default "cart page" from your theme.

To show these buttons on the app follow these steps:

  1. In your Shopify Admin go to Online Store->Themes-> Click the three dots button next to Customize and select Edit code in the dropdown menu.

  1. Locate the theme.liquid file and copy the following snippet just before the closing </body> tag. Remember to hit save!
{% 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>

It should look like this:

  1. Lastly, on Slide Cart's dashboard, enable the Show additional checkout buttons checkbox in the Appearance tab, under the Functionality Settings:

Are your accelerated/express checkout buttons still not showing in the cart? Don't hesitate to reach out to us.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us