Hello. I created a new page and made a link to this page through the navigator menu. But now I want to display on this page all products for a specific collection (category).
I want to get a page with products with a side filter.
In json I specify like this, but it doesn’t output anything. Please tell me where am I making a mistake? Thanks!
{
"sections": {
"main": {
"type": "main-collection",
"settings": {
"collection": "drones",
"handle": "drones"
}
}
},
"order": [
"main"
]
}