How can I display a specific collection's products on a new page?

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"
  ]
}

Hi @max_max_max ,

What theme are you using?

Can you send me the theme name and file code: main-collection.liquid

I will check it

Hello. Thank you for your response, but the question is no longer relevant.

1 Like