When working with —> Wix-Stores-App, i have the problem to get the trigger/event for the selection of an VARIANT → for example inside the corresponding DROPDOWN.
The dropdown is an automatically added one on the PRODUCT-PAGE, where you can select a PRODUCT-VARIANT.
The question is, how to get the event-trigger for this dropdown?
How to know which variant was selected after choice has been done ???
Dropdown on PRODUCT-PAGE…
I would be able to regenerate the dropdown and BYPASS the EVENT-TRIGGER, but shouldn’t there already be an out of the box event-trigger for this Variant-Options dropdown ?
$w(‘#variantDropdown’).onChange(()=>{…}); or something like that?