Multi-Category homescreen for ecommerce

I’m building an ecommerce store for anime and I am making a homes screen for it that has featured and best seller then under it will be the category picker where you choose an anime to fins a product of that design. I want to know how I can make it to where someone can pick one of the anime and it will only show all of the products that anime holds. Then someone can pick another anime and it will show the products under that anime too. I’ve seen other ecommerce apps have this feature and I would like to learn how to do it. Here is my app which is mainly just a draft right now until all of the products are ready.
App:https://Weeb-Central.glideapp.io/
I got the idea from this app:https://go.glideapps.com/app/BX8LSsmlFUrowkzXeJhR-template

I’m assuming you have a Categories sheet that lists all of the categories and the anime image? From there you can create a relation column to link that category to the category name in the products sheet. When you click on the category, it will open the details page for that category. On that screen you can then add an inline list that will use the relation column you created to only show the products related to that category.

1 Like

Thank you so much. It really helped me get it how I wanted.

1 Like