Hi,
I’m trying to display multiple markers on a product page map. I already added several adresses to my database collection, and tried to do some settings as below :
Unfortunately it doesn’t work
Can you help me?
Thanks a lot!
I see, you should break that down into another collection.
“Mini Circuit” collection
“Steps” collection (Name, Description, Location)
Add a one-to-many relationship between mini-circuit collection and steps collection where Mini-circuit can have many steps and a step belongs to 1 mini-circuit.
Then, you can have multiple markers set to “Steps” collection with a filter “Current mini-circuit > Steps > All”