I am trying to ascertain how to bring in product images and display them in the popup. Out of the box, this functionality isn't working, and I've been through views multiple times to try and correct the missing images to no avail. Any help with this is greatly appreciated.

Comments

threadsniper’s picture

Status: Active » Closed (fixed)

As is often the case, I didn't give views enough credit. The solution was simple enough when I stopped trying to overthink it.

In views I added a relationship to the product. I then added a field with my product image and after that it was just a matter of using some tricksy CSS magic to mimic a similar layout to the original popup found in Kickstart 2.

I hope this helps someone else who may be having a similar issue.

MAMONT’s picture

threadsniper, thank you.
You can attach your views settings?

threadsniper’s picture

Hey Mamont, attached are the two settings that matter most; the meta settings, and the settings for the image field which uses the relationship of (product). Make sure if you have several product images for your products that you ensure the multiple field settings is set to display only one of those. Hope this helps!

ruslan piskarov’s picture

Hey threadsniper, It really helped me. Thank you very much. Good luck.

threadsniper’s picture

No problem. Happy to help!