Learn Bubble with 500+ tutorials, courses & AI Assistant ✨

Limited time launch offer get $80 off today

0 days 0 hours 0 minutes 0 seconds
SAVE $80 NOW
Planet No Code logo
Bubble.io CoachingFounder MentoringSponsorships
LoginLearn Bubble.io

Intro to Product listing page using Repeating Groups

In this Bubble tutorial we build a simple product listing page using the Repeating Groups element. We explore how to add data to a Repeating Group element, how to style a Repeating Group and how to link the whole cell in a Repeating Group to a page displaying a single entry in our Bubble database.

Join now $19/monthLearn more
Get 500+ tutorials, a No-Code AI Assistant, 4 premium courses, and everything you need to build faster!
Intro to Product listing page using Repeating Groups
Explore these topics...
Design
Workflow
Go to page
Repeating Group

With just this tutorial learn...

Master repeating groups: Unlock powerful product listings with this Bubble design tutorial!

Create dynamic product pages: Learn to display and link products effortlessly using Bubble's database features.

Build responsive layouts: Discover tricks for crafting mobile-friendly product grids that adapt seamlessly.

With membership you'll...

Learn how to build a ChatGPT Clone, Custom CRM for your business & SaaS Marketing website with Webflow & AI.

Unlock 500+ Bubble tutorial videos with AI powered Q&A.

Debug your Bubble app instantly with our custom trained No Code AI Assistant.

Join now $19/month
Risk-free! 14-day money-back guarantee. Cancel anytime.

Introduction to Repeating Groups in Bubble

This video will serve as a good introduction for how to use and make the most of repeating groups in your Bubble app. I'm also going to include some kind of handy tricks and shortcuts that I've picked up over the years building with Bubble. So this is a new beginnings of a marketplace website and I have my product page here to show a single product. But I want to be able to display a list of products too. So I'm going to create a new page called "listings" and let's just make it... In fact I'm going to copy my index page just so I get my header and footer, or just my header, and then delete the content of the page so I'm left with my header.

Setting Up the Repeating Group

Repeating groups are immensely powerful and a fantastic way for displaying a list of items from a data type. So I'm going to set my data type here of product and just so you can see what's going on behind the scenes, I've got three products in my database, just three different items of clothing, each with a price and a thumbnail image. And we're going to be putting that data into this repeating group.

Configuring the Repeating Group

First of all, let's get the repeating group to fill up our page and then we have to just adjust some of the settings here to really get the most of it. On appearance, columns, I think three columns is quite good for a product page. We want to get rid of fixed number of rows because we kind of want it to extend as it goes down. We are building this out the whole way through with the idea of making it as easy to make responsive in its design as possible. So we're just bearing that in mind as we build it.

Adding Fields to the Repeating Group

Right, so let's start adding in fields. So we have an image field. And in layout, I'm going to change my sales container layout to column. I then make my image for width. I'm going to put a standard photographic aspect ratio in there just so that my image doesn't appear squished in any way. And then we need to have a title. I'm just going to use the default ones that Bubble was providing here, just so I can do it quickly. So adding in dynamic data, we refer to the cell that it's in, so current cell's product title. And then let's make that for width. And get rid of that mean height.

Responsive Design Considerations

I want to be able to control again, building a responsive app is always the primary thought process in my head. So I don't want to like over exaggerate height with these fields. I want to use my margins and my padding, just a bit of best practice for you there.

Adding Price Information

So we've got title and then the last information to pull forward onto this page is going to be price. So current cell's product price. If we have a look at my database, price is a number field. So in order to display like currency, I could add currency up front. And that would be useful if I wanted to, like my store was handling multiple currencies, that would be the way to do it. So I put in a dynamic field for a symbol of a currency, probably use an option set for currencies. But because I want some really quick formatting and I'm only using one currency, I can go format as currency decimal places to and then set the currency. Because I'm British, I'm going to go to the pound.

Styling the Repeating Group

Then let's make this full width and move down to the bottom, get rid of that height value that's skewing the table. And then let's just make this, I've got to make it a little bit. I have to put a name in height now. I think. I chose light. It's not showing up there. We go. Cool. OK. Shall we see what that looks like? Let me close that preview in case it's out of date. OK. Nothing's loaded. Why is that? Well, I've not given it a data source.

Setting the Data Source

So in this instance, you can do a lot of really refined filtering down with Bubble. It's fantastic for doing that. But right now we just want to search the whole database for products without any constraints and then display them. OK. So there we go. We can see that is pulling through my data correctly.

Adding Dynamic Images and Alt Tags

I also forgot to make the image dynamic. So image thumbnail. And then for accessibility and for SEO, I probably want to add in an alt tag here. So current products title will put in the title like sun hat. I'm just going to put thumbnail as regular static text at the end.

Refining the Layout

OK. So let's just tie this up and make it look a little bit better. So first of all, I'm going to not have this full width. I'm going to say max width of a scope of a thousand and then align essentially and it's parent. To make that work, I've got to remove the 100% value there. Give that a refresh. Great. It's now sitting nicer in the middle of my screen.

Adjusting Cell Spacing

And what else can we do this? Well, let's look at the padding or rather the gap between each cell. So this is adjusted in the repeating group style. And something that I found myself doing over and over again is putting rather than padding out, like adding a margin to elements in the cell, I can so that it appears more uniform. That only appears between the cells. I can use width here and then just set the line to completely transparent. OK. So then I have a more uniformed gap. It's not quite uniform because that image is square, but you get the idea. You can see how it looked like, what it looked like on the editor.

Adding Navigation to Product Pages

Right. I think the last thing I need to do here is to link these items when they're clicked through to the product page. There's a number of ways of doing that. And I'm going to show you the quickest one that I know, which is just select every item in the cell, right click, group elements into a column. And that then means that I can apply one workflow, navigate to page, product, and then I need to tell page product what to show current cell's product.

Configuring Page Type of Content

And if you don't see that option, if I go into a product page, it's because you need to select product in your type of content here or whatever data type you're working with. So by combining them into a group and here's another little trick, it's hard to select that group now, but it's much more easy to do so from the element tree. So there we go. There's my group containing everything. And by applying a workflow to that group, it means that anything in that group when clicked will activate that workflow and will go through to the page.

Final Styling Touches

One final thing, because I like things to be neat and tidy, I'm going to just add a bit of uniform spacing using row gap. There we go. Let's just do one more thing to make it look even better on the front end. So I'm on my group that contains my image and my text fields, and I'm going to add a border to it, a light gray. Yeah, I'll go to square corners. And then because I've added a border, it would now only really look right with a little bit of padding. There we go.

Testing the Functionality

So the borders show how the gap between each element, each cell in the repeating group is nice and uniform. Let's click through on the page. It takes us through to baseball cap. The image isn't showing because on a previous video, I was demonstrating how to do a slideshow, but you see that this is the baseball cap page because it has the title and the price.

Conclusion

And so that's it for this video. If you have any questions, please leave a comment below. If you're interested in one to one Bubble coaching, head to our website. We have a number of really affordable offers going.

Table of contents

Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Your No-Code Journey Starts Here

The best way to learn Bubble.io?

Build No Code Confidently

No more delays. With 30+ hours of expert content, you’ll have the insights needed to build effectively.

Find every solution in one place

No more searching across platforms for tutorials. Our bundle has everything you need, with 500+ videos covering every feature and technique.

Dive deep into every detail

Get beyond the basics with comprehensive, in-depth courses & no code tutorials that empower you to create a feature-rich, professional app.

Monthly
Yearly
Member
Accelerate your Bubble app to launch
$99 / month
$19/month/mo
Includes:
500+ tutorials
4 premium courses
Find the right tutorial with our custom trained AI
New tutorials added each week
Cancel anytime
14 day money back
Join now
Member
Accelerate your Bubble app to launch
$990 / year
$149/year/mo
Includes:
500+ tutorials
4 premium courses
Find the right tutorial with our custom trained AI
New tutorials added each week
Cancel anytime
14 day money back
Join now

Frequently Asked Questions

Find answers to common questions about our courses, tutorials & content.

Do I need any coding experience?

No. Our Beginner Essentials course and AI No-Code Coach are designed for total newcomers. You’ll learn Bubble.io step by step - no coding required.

How does the AI No-Code Coach work?

Simply type your question in plain English, and our AI taps into the entire video library to recommend the exact lessons you need. It’s like having a personal instructor on demand.

How long can I access the content?

As long as you’re subscribed! With our monthly subscription, you get unlimited access to all 500+ videos, our growing course library, and the AI No-Code Coach.

What courses are included

Your subscription includes:

  • Bubble Beginner Essentials – Get up and running fast.
  • Build a ChatGPT Clone – Integrate AI into your no-code apps.
  • Build Your SaaS Website with AI – Learn to create a scalable startup site.
  • Develop a Custom CRM App in Bubble - Learn database relationships with a CRM.

Plus, new tutorials every week!

What if I get stuck on a lesson?

The AI No-Code Coach is your first stop for instant answers. If you need deeper help, you can book 1:1 Bubble coaching for expert guidance.

Do you offer a money-back guarantee?

Yes! If you don’t see real progress within 14 days, let us know, and we’ll issue a full refund—no questions asked.

Can I cancel anytime?

Absolutely. Your subscription is month-to-month, and you can cancel anytime—no lock-ins, no hidden fees.

What if I want more than just tutorials & courses?

Absolutely. Your subscription is month-to-month, and you can cancel anytime—no lock-ins, no hidden fees.

If you’re serious about building a successful SaaS startup, check out Mastery—our intensive mentorship program. Mastery goes beyond Bubble.io development and includes:

  1. 1:1 mentorship to fast-track your progress
  2. Marketing strategies tailored for no-code founders‍
  3. Product management insights to scale your startup‍
  4. Personalized support from experienced founders

‍

Still have questions?

Reach out to our dedicated team.

Contact
Services
Search Bubble TutorialsBubble.io CoursesBook Bubble.io CoachingApply for Mastery
Latest Bubble tutorials
Rerank Text By MEANING With Cohere In Bubble.io Step by Step!
Unlock RAG Providers for NO CODE AI App Development TODAY!
Better Tables with Built-in Search and Sort By in Bubble.io
Partnerships
Flusk.eu
VectorShift
Comnoco
Plumb
Toddle
Whereby
Get started with no code
AI Powered No Code AppsNo Code Web ScrapingBubble.io Plugin tutorialsBubble API Connector tutorialsStudent & Teacher DiscountBest tools for no coders
Follow us
Youtube
X
LinkedIn
Planet No Code logo
In partnership with
Queen Mary University of London Logo
© 2024 Planet No Code. All rights reserved.
Privacy PolicyTerms of ServiceCookies SettingsContact Us