Prestige Theme collection List carousel autostart/loop

Hey There,

I would like to add a loop with autostart to my collection list while set to carousel.
There are no settings for it and I could find anything similar in the forum.

So I tried to copy some html code form the “slideshow.liquid” but then all my articles disappear or I get a Failure for the whole Code.
Is it somehow possilbe?

Thank you in advance.

@Dollinger

  1. Image carousel will need to be done with javascript. Not sure about Prestige as it’s not a free theme, can’t really look at how it’s done. It’d probably be easier to set up a new slider (for myself anyway). I prefer slick: https://kenwheeler.github.io/slick/

  2. Add to Basket on the featured products would also have to be done through an HTML form or javascript using the Shopify Ajax API: https://help.shopify.com/en/themes/development/getting-started/using-ajax-api

  3. You’ll have to locate the line of code in your cart.liquid file and just redesign accordingly.

  4. I don’t know about “matching products”, but there’s a recommended products API that “uses sales data and product descriptions to show a mix of products that are similar or often bought together”. You can only use one product ID to access it, so I suppose you can pick an item from the cart at random:

https://help.shopify.com/en/themes/development/getting-started/using-ajax-api#recommended-products

I’m pretty familiar with all of this if you’re looking to hire anyone, or if you just need help figuring any of it out. Feel free to send me a message on here, though you have to enable messaging in your profile.

Hello dmwwebartisan

thank you for your response. Your solution sounds very difficult.
Sorry for asking, but isn’t there any easier solution to get the carousel moving without another API?
I’m wondering because the code is already there.

Thank you.