Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I have used these 2 codes in related-products.liquid and theme.liquid
and the option is showing in theme customizer but its not working what can i do now can anyone pls help. Thanks
Hi,
Script example
<script>
var swiper = new Swiper('.swiper-container', {
slidesPerView: 1, // Mobile setting: 1 product per view
spaceBetween: 10,
pagination: {
el: '.swiper-pagination',
clickable: true,
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
breakpoints: {
768: {
slidesPerView: 3, // Desktop setting: 3 products per view
spaceBetween: 30,
},
1024: {
slidesPerView: 4, // Larger desktop view
spaceBetween: 40,
},
},
});
</script>
Adjust CSS for styling
Can you please give me a step by step guide how can i get swipe on mobile and carousel on desktop in Related products section
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025