Glad to hear it's on the To Do list.
For now, if I modify the Javascript called by the Add To Cart button so that if there is an Option drop-down it gets the product ID from the drop-down, and I populate the drop-down values with the product IDs of the variant products, with that work properly?
IOW, if product ID 15 has variants 16, 17, 18 for Red, Green and Blue and I pass ID 16 when the Add To Cart button is clicked instead of 15, will that add the Red version of the product to the cart?
Thanks!