cancel
Showing results for 
Search instead for 
Did you mean: 

Feature Suggestion: Configurable products in Bundle and/or Groups

Feature Suggestion: Configurable products in Bundle and/or Groups

Feature request from intedyne, posted on GitHub Aug 28, 2014

It would be very helpful to add the ability of having configurable products as part of bundles and/or grouped products.

Use case: outfit builder. You have shirt, pants, and shoes. Each item has color and size. You want to sell the whole outfit, and allow customers to customize individual components.

Thank you.

(1)
14 Comments
apiuser
New Member

Comment from seansan, posted on GitHub Jun 23, 2016

@ontic : is your M1 code available somewhere to share? Would be interested

apiuser
New Member

Comment from robert198222, posted on GitHub Jun 25, 2016

@seansan to add multiple configurable products as one package you need a extension like Wizkunde. That extension does exactly what the people here want to achieve.

apiuser
New Member

Comment from seansan, posted on GitHub Jun 25, 2016

I'd like to discuss that, because it does not. It creates a bundle of different products

We just need a configurable product, sold as a pack (t-shirts in sizes and colours for example)

After some code discussions it is acctually quote simple (verbally Smiley Wink a little more difficult in code

Packs of 1 product (in this case a pack/batch of 6 T-shirts) should be shown and processed in the frontend as a product qty of 1. On product page, in cart, in checkout, on the invoice

The only addition that is necessary is that on stock level settings a "stock multiplier" should be created

So that when 1 pack is sold, qty =6 is deducted form the underlying simple products

And when 1 pack is refunded and returned qty =6 is add to the underlying simple products

etc etc

Maybe this should be recorded in a separate feature request ...

​Is it more clear now?​

On Sat, Jun 25, 2016 at 10:49 AM, robert198222 notifications@github.com wrote:

@seansan https://github.com/seansan to add multiple configurable products as one package you need a extension like Wizkunde. That extension does exactly what the people here want to achieve.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/magento/magento2/issues/642#issuecomment-228524718, or mute the thread https://github.com/notifications/unsubscribe/AAn0a2j0yojQ6PE-lgLKz9aGmftrMDonks5qPOuKgaJpZM4CcVqC .

apiuser
New Member

Comment from navarr, posted on GitHub Jul 07, 2016

This is definitely a missing needed feature. I'm going to have to create some way to do it myself since there don't seem to be any M2 extensions to enable this functionality yet