Product Collection

Hello,

How can i call any specific collection products, Please help me so that i can choose that specific collection from customizer.

1 Like

Hi @Ritikaaaa

Not sure what you need but you can call any collection by using the code below. You can refer to this documentation here

{{ collections[collection-handle].products }}

EXAMPLE
{{ collections['sale-potions'].products }}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like