Happy New Year!
I am having trouble getting the first image to display on a Product. I am following the Etsy tutorial and am stuck at displaying a list of dynamic content.
I can get all of the content I need but the first image. Where I diverged from the tutorial is I used MultiFile Uploader - Dropzone plugin to allow users to upload more than one image to the Product.
However, displaying a list of all Products, and their first image is not working. Displaying the price (text) works fine though. Even when I specify :firstitem. In the debugger it is getting the list of all images’ URL, but not displaying the first image.
I have tried both to have it in an image element, and a Repeating Group set to images with the data source being Current Cell’s product photos.
Here are some screenshots from the first two being the Product Upload page: multifile uploader and the second two being the Index page where it is displaying all products in the database.
What is interesting is that I can get the photos while still on the Product Upload page but can’t get the photos to display on the Index page