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 !