Hello,
I have a hidden (display: none) select box in the addtocart section, which I enable ondemand via JS, when another field is set to a specific option.
The hidden select box is set to "disabled", like so:
<select name="customProductData[234432][432]" class="vm-chzn-select" disabled>
<option value="19794484">Hidden option 1</option>
<option value="19794485">Hidden option 2</option>
</select>
However, when Ι add the product to cart, the disabled select field, along with all its options, are added to the product info in the checkout!
Any idea how to avoid that?
EDIT: The select box is initially set to disabled by JS