I am trying my damnedest to get this done, but haven't been able to find a viable solution. Essentially, I want to create separate tables for specific types of products on one grouped product page. Magento calls all products into one grouped table for grouped products that are associated with it, but there's no option to create separate tables for let's say, separate product types.
What Magento does:
Products/Price/QTY <--table header
ALL PRODUCTS/Price/QTY listed under one table
What I want to do:
HEADING
Products/Price/QTY <--table header
SPECIFIC ASSOCIATED PRODUCTS (ie - First 3 associated products)/PRICE/QTY
HEADING
Products/Price/QTY <--table header
SPECIFIC ASSOCIATED PRODUCTS (ie - Second 3 associated products)/PRICE/QTY
HEADING
Products/Price/QTY <--table header
SPECIFIC ASSOCIATED PRODUCTS (ie - Third & Last 3 associated products)/PRICE/QTY
Since I'm new and can't add images, that's the best I can do without creating an HTML table. If that makes sense. Thanks.