Display each shop's products on their own landing pages

Hi Bubble Forum! Second time posting here.

So far I’ve been able to solve my last problem with the help of the users here! Thank you so much.

Now I’m wondering how I can display each shop’s unique product listings?
Is it possible to link an app data to a data type?

Hi there, @ivanchewy… it would be helpful if you could provide screenshots of what you have done so far or give more details about exactly what you are trying to accomplish. That being said, let’s assume you have a data type called Product Listing, and maybe you have a field in that data type that links to a data type called Shop. In order to display a unique shop’s product listings, it would be as simple as having a repeating group that does a search for product listings with a constraint where the shop equals a particular shop.

I happened to see your other post where I believe you said you are showing all of the shops in a repeating group, and you want to be able to click on a shop and show its product listings on a new page. If that is the case, you would send the current cell’s shop to the new page, and you would use that shop as the “particular shop” for the search constraint I described above.

Hope this helps.

Best…
Mike

1 Like

Did it just now! Was able to display the shops’ corresponding products. Thanks a lot, Mike!

1 Like