Let’s see, I have a dynamic page created and a database with certain elements.
What I want is to create a repeater on my page that shows the elements of my database (only an image and a title)
link the image to open a popup window where it shows me more details of that element, finally in that window place a button “see more” to go directly to the dynamic page of that product.
(I don’t know if what I’m asking is impossible, but I don’t know how to link the design to the database so that it shows me x product in popup window when I click on its repeater.)
Hi Yair,
If you would like your repeater to display your database items within a repaters, you will have to use the data property to set up the repaters data.
Please click here to find an example of how to set the repeater data with a query on the right hand side page of the Corvid API reference.
You can use the openLightbox() function to send the data from the repeater to the lightbox when an element is clicked. Click here to learn more about the openLightbox() function and find some examples from within the Corvid API reference.
From the lightbox, you will be able to link an element or text to the dynamic page’s URL for the specific item. For information on working with dynamic item pages, click here .
Best Regards,
Edward