I got two options: a checkbox for [group-a] and another for [group-b] and then multiple selection options per group. So if you made a selection for [group-a] and then switch to [group-b] and do a selection here (data from [group-a] is hidden), both data will be sent within the e-mail. That’s pretty confusing
There should be an option to delete the prevoius done options, so that only the data of the last selected group will be send, not both.
I hope that was a little understandable.
Thanks in advance and cheers, Sascha.
]]>Other issue is that when clicking at “Comprar Arma??o + Lente” button, the main product image is not showing. How to fix that? Thanks
]]>This is on Safari, it’s working fine on Chrome.
]]>https://www.ads-software.com/plugins/woocommerce/
]]>The only place I could see changing after a selections was made was inside
#select2-chosen-1 so I tried resetting that with:
jQuery("#select2-chosen-1").text('---');
but that only “appears” to reset it when I send the form two selections are still being processed.
Here’s what I’m using so far.
jQuery('input[type=radio][name=radio-email-location]').change(function() {
if (this.value == 'San Jose') {
//alert("San Jose Selected");
jQuery('#email-san-jose-wrap').css('display','initial');
jQuery('#email-san-fran-wrap').css('display','none');
jQuery("#select2-chosen-2").text('---');
}
else if (this.value == 'San Francisco') {
//alert("San Francisco Selected");
jQuery('#email-san-jose-wrap').css('display','none');
jQuery('#email-san-fran-wrap').css('display','initial');
jQuery("#select2-chosen-1").text('---');
}
});
]]>The following problems appear on my variable product sites:
How to get these things working?
]]>https://www.ads-software.com/plugins/woocommerce-chosen-variation-dropdowns/
]]>