I have been playing around with the WIX code and Dynamic Pages and so far I love it a lot. But I did however stumble upon a roadblock as I was creating my dynamic product page. I manage to show the main image but it wont allow me to link the additional media items of my product. How would I best do this? As a clothing business it is vital for me to show additional views. Thank!
I’m having the same issue… Does anybody have the answer…
You can do that by getting the item currently displayed from the dataset and setting the gallery’s items property to the mediaItems field.
Code will look like this:
$w('#gallery').items = $w('#dynamicDataset').getCurrentItem().mediaItems