- Clerk.io Help Center
- Using Clerk.io on Shopify
- Using Clerk.io in Your Store
-
Working with Clerk.io
-
Using Clerk.io on Other / Custom Platforms
-
Using Clerk.io on Shopify
-
Using Clerk.io on Magento 1
-
Using Clerk.io on Magento 2
-
Using Clerk.io on WooCommerce
-
Using Clerk.io on Prestashop
-
Using Clerk.io on BigCommerce
-
Using Clerk.io on Shoporama
-
Using Clerk.io on Shopware 6
-
Using Clerk.io on DanDomain
-
Using Clerk.io on Lightspeed
-
Using Clerk.io on SmartWeb / HostedShop
-
Using Clerk.io on DynamicWeb
-
Using Clerk.io with Any Email Client
-
Using Clerk.io with Copernica
-
Using Clerk.io with Autopilot
-
Using Clerk.io with Active Campaign
-
Using Clerk.io with Marketing Platform
-
Using Clerk.io with MailChimp
-
Using Clerk.io with MailUp
-
Using Clerk.io with Apsis
-
Using Clerk.io with UbiVox
-
Using Clerk.io with CleverReach
-
Using Clerk.io with Google Ads
-
Using Clerk.io with Act-On
-
Audience Integrations with Facebook
-
Using Clerk.io with DotDigital
-
Using Clerk.io with Klaviyo
Adding Clerk.io Sliders to the Homepage with Sections in Shopify
Check how you can easily add sliders to your Homepage, even if you can't insert custom HTML normally in your theme.
Many Themes in Shopify allows you to insert Clerk.io's embedcodes through Custom HTML in your Home-Page. However, some Themes do not have this option, in which case you need to add your own section to allow it. This is how you do it:
1. Add a Clerk-Slider section to your Theme
1. Log in to your Shopify backend.
2. Go to Online Store -> Themes -> Actions -> Edit code

3. Scroll to Sections and click Add a new section.
4. Name your section Clerk-Slider and click Create section

5. Replace all content in the Section with the following code:
{{ section.settings.embedcode }}
{% schema %}
{
"name": "Clerk Slider",
"class": "clerk-slider",
"settings": [
{
"type": "html",
"id": "embedcode",
"label": "Embedcode"
}
],
"presets": [
{
"category": "Products",
"name": "Clerk Slider"
}
]
}
{% endschema %}
6. Click Save

2. Insert Sections with embedcodes in your Homepage
1. Go to Themes -> Customize

2. Click Add section and then add Clerk Slider:


3. Insert the embedcode of the Recommendations you want to display and click Save:


And that's it! You can add as many sections as you want to the homepage, and even include multiple embedcodes in one if you wish.