How to display a product in a Repeater???

Please could someone help me?

I’m sure this is pretty simple.

I have a Repeater connected to a dataset. One of the columns in the Dataset is a Reference field, which I am using to connect to Products .

How do I now display the Product in the Repeater? What container/item can I use to connect to the Reference field?

Would hugely appreciate some help with this as I’m really stuck

Hi all, I’ve discovered that I can user the Reference field and then connect to Product and select a Product.

However,

  1. How can I link to more than one product (multi reference does not seem to connect to any galleries or tables)
  2. How can I include an Add to Cart button?

Please can someone help me?

You can run a direct query with include() or queryReferenced( )
Then assign the data to the repeater.

Thank you J.D.

Are you aware of any articles that might help me get started?

Hi J.D. / all. I’ve looked into this but I’m struggling. Can anyone expand on JD’s advice please,?