Proposal
Please reference this page ->
http://test2.firenl.com/store/eliquid/tobacco-flavors/flue-cured-tobacco-detailTo set up generic child variants as displayed in the above link, I followed these steps:
1. Create a parent product called Shirt and give it a category.
2. Create children products of shirt (small, medium, large) Do not give these children a category.
3. Create your custom field, type = generic child variant. Title = Size. Cart Attribute= Yes.
4. Add this custom field to your parent product.
When you view the product, all children will show in one dropdown. when you select an item in the dropdown, it will send you to the product details page of the child product selected.
The major issue still present is that the dropdown box is wrapped in a radio button element. which don't make sense.
These are the things that are missing right now:
1. I would like an option for children to inherit the product name from the parent
2. I would like an option to hide the parent product's price.
3. Show child product price visible in the dropdown
4. Remove the radio button from the dropdown
5. Remove the parent product from the dropdown
6. Create an option to hide add to cart button from parents, you should not be able to purchase a parent
As workaround to remove the radio button, you can set this as the last line in your template's stylesheet:
.product-field-display input { display: none; }
As a reference to how we arrived to these proposals, please see this thread ->
http://forum.virtuemart.net/index.php?topic=90833.0