How to create a page that displays all entries that match a specific category and metafield?

I run an online comic book and collectibles store. I would like to have a page where i can group specific fields from product organization and Metaobjects. For example, under product organization i have fields like “Vendor” and “Type”. I also have a metaobject called “Comic Series”. I would like to have a page that would list out all the “Comic Series” for a “Vendor” that matches “Type” “Comic Book”. and would then have links to a second page and pass a variable to that page. How can i do that?

Hi there!

What you’re describing sounds doable (but without the “variable passing” from page A to page B.

  1. Create that landing page with the different link outs to different series.
  2. When filters are applied to a collection, the URL is updated. You could use these URLs and link out to them from your landing page.

Else, you may want to explore setting up a few “smart collections” which use selection conditions to automatically include matching products.

Hope this helps!