lividcreature
lividcreature

Reputation: 31

Possible to create a grouped product for grouped products?

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.

Upvotes: 0

Views: 172

Answers (1)

Alana Storm
Alana Storm

Reputation: 166066

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)

Upvotes: 2

Related Questions