Hello,
How can i call any specific collection products, Please help me so that i can choose that specific collection from customizer.
Hello,
How can i call any specific collection products, Please help me so that i can choose that specific collection from customizer.
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!