Tags/topics: 
2
Answers
Vote up!
0
Vote down!

Product Bundle with options

Hi,

I need to setup a store with...products (so far so good) and products bundles (I already tried to https://drupal.org/project/commerce_product_bundle, which seems to be a good starting point). But I also need to allow the customer to modify his product bundle, according to a selection. For example, in a computer shop, I would have a bundle with 3 products : monitor, UC and keyboard (each are products available alone). If a customer choose this bundle, he must be allowed to choose his monitor according to a list of monitors I configured.

In other words, I would like to have a product field which would be a product reference ruled by a defined list of products.

Is there an obvious solution to achieve that ? I'm quite new to Drupal Commerce (but not to Drupal).

Thanks !

Asked by: flo81
on June 20, 2013

2 Answers

Vote up!
2
Vote down!

There isn't an obvious solution to this kind of configurable dependencies.

Probably your best solution would be to use something like http://drupal.org/project/commerce_pado to help with the monitor selection. Not sure on how you would even go about getting rules to react to a predetermined "bundle" of options to trigger the "pado" module.

Josh Miller
Answer by: Josh Miller
Posted: Jun 21, 2013
Vote up!
0
Vote down!

Thanks for your answer, let's discover Commerce Pado then...

Answer by: flo81
Posted: Jun 26, 2013