Skip to main content



As seen in my photos here, trying to get three products to populate in one row using a collection, but only able to return 3 rows of 1 product per row, repeated 3 times. Curious if anyone has or knows the logic to make this populate properly? TIA!
Hey Holly! Your content is populating three times since you reference a single field name three times within your #each statement. However, unfortunately there is not a way to use the #each helper to dynamically populate content horizontally in the Drag and Drop editor. You would need to either hard code the values for the amount of products you would want to display (i.e. within the catalogCollection reference call on the product fields specifically using {{collection.[0].name}}, {{collection.[1].name}}, etc.) or use the HTML editor and add the columns that way while using CSS to style your grid layout. I hope this helps!

Reply