I need to create some options depending on the selected attributes to a product.
if it is possible, create a screen between the selection of product attributes and shopping cart.
Depending on the attributes chosen, show some options to choose and send everything to the shopping cart as another attribute.
EXAMPLE:
Screen 1: (It's a view that shows my products with its atributtes)
--------------
MY PRODUCT
with atributtes:
-Adults: 2,3,4,5,6,7,8
-Children: 1,2,3,4,5
Screen 2: (I need to create)
----------------------------------
If (adults = 2 and children = 2)
op1: 2 persons in double room, 2 people in a room
op2: 4 people in a room triple.
If (adults = 2 and children = 3)
op1: trible room 3 people, 2 persons in double Junior Suite rooms
.....
Screen 3:
---------------
Shopping Cart with your chosen product with its attributes and add the option chosen on screen 2.
How can I create this intermediate step?
Thanks.
Comments
Check out UC _CANO
There is an unofficial module over on Ubercart called Conditional Attributes and Options, which allows you to make some attributes dependant on others previously selected. This might help.
All the info is on this thread - http://www.ubercart.org/project/uc_cano but note the 1.3 version is not the latest - there was a major rewrite posted at the end of Page four, by firewing1, which dealt with some of the original incompatibilities of the module. Read from here to the end of the thread at least.
I continue to use this on one site, and it works OK for me
Colin