I was wondering if anyone's tried or knows if it's possible to create a grouped product, and display grouped product items within that grouped product. Magento by default doesn't allow you to choose grouped products in 'Associated Products' in the admin - only simple products. One thing I tried doing was editing the 'grouped.phtml' file in my template and creating three separate data-tables and assigning specific associated products to them, but I can't seem to make that happen. Does anyone know if this is possible? Thanks.

link|improve this question
feedback

2 Answers

No, there's no native APIs that allow this. You'd need to write your own "GroupedGroup Product" object, and then write template code to display it and post to the cart correctly. (each of which is multiple questions)

link|improve this answer
What is wrong with using Categories? – ShaunOReilly Feb 1 at 2:55
feedback

If you feel free to use Store Manager for Magento extension, I suggest you read the article about how to create grouped products with this software. See details here

Hope it helps!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.