[Version 2] How to set up Accelerated Checkout Buttons?

[Version 2] How to set up Accelerated Checkout Buttons?

This guide will walk you through the steps to modify your Shopify theme's code to ensure that Shopify Accelerated Checkout buttons work seamlessly in qikify Slide Cart. By enabling this feature, you can improve the overall shopping experience for your customers and potentially increase your sales.

Before proceeding, we recommend familiarizing yourself with Shopify's official documentation on how to edit your theme code. This will help you navigate the code editor smoothly. In addition, the documentation will highlight some of the risks of editing theme code.

Step 1: Access your theme code

  1. Go to the Shopify admin portal and log in.
  2. From the Shopify admin, go to "Online Store" > "Themes."
  3. Choose the theme you want to add accelerated checkout buttons to.
  4. Select "Edit code" from the dropdown menu.

Step 2: Add custom liquid file

  1. Find the folder named sections
  2. Click on Add a new section
  3. Add new section and name it as sc-express-payment


Then add the below code to the liquid file and Save:
  1. {% if additional_checkout_buttons %}
  2.   <div style="display: none!important">
  3.       {{ content_for_additional_checkout_buttons }}
  4.   </div>
  5. {% endif %}
  6. {% schema %}
  7. {
  8.   "name": "sc-express-payment",
  9.   "tag": "section",
  10.   "class": "section",
  11. }
  12. {% endschema %}


Step 3: Add new liquid file to theme

Open theme.liquid and find the <body> tag 



  1. Place the code snippet: {% section 'sc-express-payment' %} just after the open <body> tag.
  2. Save your changes.
 

Step 4: Enable Accelerated Checkout in qikify Slide Cart

The final step is to activate the accelerated checkout in qikify Slide Cart. By turning on this setting after inserting the code snippets provided earlier, qikify Slide Cart will be instructed to display the buttons for your cart.
  1. Go to the qikfiy Slide Cart app > Slide Cart & Cart Upsell settings.
  2. Access the "Express Payment" section.
  3. Enable "Accelerated Checkout" by checking the checkbox.
  4. Don't forget to save your changes.


⚠️ Please note that preview for this function is not supported in app. Please make sure to check it on your live store.

Hopefully this instruction has helped you. You can either email us at support@qikify.com or utilize the in-app live chat. We are always here to assist you and provide any necessary assistance. We're committed to ensuring your satisfaction with our service 🤩