Prestige Theme Collection Carousel to show Collections image not different products

Hello community,

I added a collection carousel to the shop page, but I am wondering how can I show the collections with their respective image in the carousel? and not the products

Basically have a carousel of all my collections, in this case would be the brands. Then when you click on it it would take you to a page with all the brand’s products.

if anyone knows that would be awesome!

https://newdaysports.com/pages/nds-shophome

PW: CoschStudio

Thanks!

{%- for collection in collections -%}
{%- if collection.image -%}

{%- endif -%}
{%- endfor -%}
1 Like

Thanks @Guleria , but seems to be more complex than expected :disappointed_face:

Might need to create the carousel section from scratch. Is that very difficult?

No, you have the code. Now you have to just append the html of carousel and connect its JS and css.

Hey @Guleria Thanks for the code ! Where we add to put this code exactly please ? Thanks a lot