I am trying to devide my shop into sections, and I want you to be able to see every collection of one kind when you click the “show more” option under the initial collection list. So as of right now, when you click on ‘Pokemon’ you are taken to a page with the 4 most recent sets released, and the “show more” option. When the “show more” option is clicked however, you are taken to a list of EVERY collection I have made, how do I change this to only show Pokemon collections?
Thats’s an AI generated reply, ignore it.
I believe you’re using the “Collection list” section?
The URL is hard-coded in the theme code:
Shopify has only one “Collection list” page at /collections and there is no native way to group collections.
One way to approach this without coding is to create a bunch of pages, each with its own template.
On this page you can have several “Collection list” section stacked with “View all” button turned off.
And you can turn off “View all” button on your original collection list section, but add arbitrary button via “Rich text section” right below.
Like this:
Of course, this only works if you have a small number of pages like this, otherwise you’d need some custom coding with with metafields and metaobjects.
Say, you may have metaobjects “Collection group” which will include a list of collection references, like “Pokemon group”, “T-shirt group”, etc.
Then Each collection in group should have a metafield which points to this metaobject…
Of course, you can simply have a “list of collection references” type metafield on each collection, but it’s be easier to simply select one metaobject instead of adding a bunch of collections each time.
And then you can use Flow to automate MF assignment on collections based on Metaobject data…
Hi @PortRoyalGames,
Please send the website link, I will check it for you
