I'm currently trying to set up a grouped product page in Magento where you can select an option (color in this case) and have that apply to ALL the grouped products in the page rather than have to set the option on each product individually.
This page here actually has 2 configurable products grouped together. Used an extension called:
https://www.magentocommerce.com/magento-connect/grouped-options.html
This is the page for it:
http://dev.towelsbygus.com/hotel-collection-cotton-bath-towel.html
Notice that you have to use both dropdowns to select color before you can submit (typical). How can I enable 1 single dropdown (or swatch set) at the top of the page that will set the color for both of the towels? Is that possible?
Essentially what I'm trying to do is already functioning on the live site on shopify: http://www.towelsbygus.com/collections/shop-all-towels/products/hotel-collection-cotton-bath-towel
You just pick the color, enter the quantity then add to cart, done.
I can clarify more if needed but all in all I just want to avoid having to set the option for each individual towel. I've already done a lot of researching and can't seem to find anyone else with a similar product experience using Magento.
Any insight to point me in the right direction would be great, thank you!