Hello,
I have
this page and need to solve following problem: If you click on one of the question mark icons a lightbox opens. Now I like to have the possibility to check a variation (color, size and so on) in the lightbox and when I close the lightbox the corresponding selection should be made in the select.
How can I achieve this? The problem I see is that the lightbox loads an iframe so that I cant work with the dom correctly. My idea was to do something with a cookie but I am not sure if this is the right way.
I appreciate your help.
Andre