I’m trying to list “product cards” in my layout (as seen in image below)
I do have a products collection with field such as name, price and so on.
However, I’d like to get the resellers from another collection by refering this as a multi-reference field in the products collection.
The issue is that I can’t figure out how to display the resellers in my “product card” since I can’t put a collection within a collection. I’ve watched the CSM-tutorial regarding multi-reference collections but I need the resellers WITHIN the “card”. Is this even possible and if so, how? If not, workarounds are welcome.
Allright, there’s a few things to understand with multi refs.
you can’t show the multi ref field content in a dynamic list on a normal page
you can show the multi ref field content in a TEMPLATE page within a COLLECTION LIST linked to the multi ref fields.
Example: Look at that Records collection: Made of many things including a MAIN GENRE, MAIN ARTISTS (references) along ADDITIONAL GENRES and ADDITIONAL ARTISTS multi refs
Thank you Vincent.
Too bad It can’t be done the way I wanted it to. I guess I’ll make a “workaround” by greating a text field for the resellers. Not as fancy but should atleast work.