Posted by defacto-studio on August 21, 2012 at 2:13pm
My question relates to whether we can do the following thing with Ubercart.
I have a list of different products, such as motherboards, gpu, cpu, rams, ect.
I would like to create a form where I will chose the main product and drupal tell me which items fit into this product.
e.g.
1. choose a motherboard
2. drupal tells me that the cpu fit this motherboard
3. choose cpu, so drupal podowiadami I can choose which gpu.
and so on
At the end of the approval creates a list of products and add them to your cart.
Like on this link: http://www.apollo.pl/store/konfig
Thx for any help.
Comments
Easiest way is to probally
Easiest way is to probally create taxonomy lists that you can use to match products to gether.
You will have to link a product type to a taxonomy list.
For example, a motherboard with a intel 1156 socket needs to correspond with all cpu with the same taxonomy selected.
in this case you got 1 taxonomy list that corresponds with both motherboard and cpu. This way you should be able to make a module that filters out all other hardware components, that fail to meet the requirements.