Hi, I’m trying to provide the product customization to the user. But for product like T-shirt, I need customization on both i.e. front & back.
Is this possible to add event handler when user clicks on the Wix Widget thumbail image?
Scenario Two -
If I create my own thumbnail bar, then is this possible to change the shown product image? If so, then how?
Looking forward to the answers. TIA.
I don’t think it is possible to add special clicks to any WIX Widget, because they are one and only element, even if inside the Widget appears to have multiple ones.
The second scenario is totally feasible, although a lit bit tricky. You would have to get the product info using .getProduct() than use its mediaItems to feed a repeater and make them clickable.
You can make the element ( $w ( ‘#productPage’ ) ) collapsed or hidden, and you still would have everything about the product available to you, so you could create a brand new Product Page.
Yes, I was just trying to avoid this method. But unfortunately, I’ve to go with this one. Thanks for the confirmation.