We use Woocommerce to sell colorboxes. Mostly the variable-product option is chosen.
We added a modal dialog with a color palette, where the customer can chose a color from. This is next to the common dropdown of woocommerce.
The problem is that when I pass the right SlugValue to the dropdown (after it gets chosen from palette), then the value in the dropdown is correct, but the event that need to be fired to publish the price doens't works.
I already tried to fire the onchange
event of the dropdown, but nothing happend.
Can anybody tell me, which event needs to be triggered, and how?