problem with option combinations

Hello

i have a problem with option combinations

I have some bracelets in different sized and colors

Sizes: Large and Medium

Color: A, B, C



I want:

When the customer select Medium, only colors A and B are available

When the customer select Large, only colors B and C are available



I have created size and color options

Options type: sequential



created option compinations like:

Size large>color B>quantity #

size large>color C>qty #

size medium>color A>qty #

size medium>color B>qty #



with these options:

the user have to select a size before color >OK

when select size medium, the colors A and B are available BUT the color C is also there and if the customer select it, it shows “out of stock” or if i have created allowed combination, it will show “unfortunately this compination is not accesible”



I want to appear ONLY the colors that are available



example: Size A>available colors 10

size B>available colors 2 (the other 8 colors should not even appear)



Is this possible?

Thanks in advance

[quote name='elk' timestamp='1304505368' post='111527']

Hello

i have a problem with option combinations

I have some bracelets in different sized and colors

Sizes: Large and Medium

Color: A, B, C



I want:

When the customer select Medium, only colors A and B are available

When the customer select Large, only colors B and C are available



I have created size and color options

Options type: sequential



created option compinations like:

Size large>color B>quantity #

size large>color C>qty #

size medium>color A>qty #

size medium>color B>qty #



with these options:

the user have to select a size before color >OK

when select size medium, the colors A and B are available BUT the color C is also there and if the customer select it, it shows “out of stock” or if i have created allowed combination, it will show “unfortunately this compination is not accesible”



I want to appear ONLY the colors that are available



example: Size A>available colors 10

size B>available colors 2 (the other 8 colors should not even appear)



Is this possible?

Thanks in advance

[/quote]



Hi,



By default (what cs-cart offers) is not possible, from what I saw. You need some custom code there.

I am currently working to something similar also. When I will finish my code, I will post it on a topic maybe someone else will pick the idea.



Good luck,

I'va not tried yet, but check the new “Exceptions for out of stock combinations” addon from 1clue.com, or the thread More Than 4 Free Add-Ons

[font=“Verdana”]It is completly possible, and easily done!

[list][]Open up the admin area.

[
]Click on products.

[]Open a product.

[
]Click the Options tab.

[*]At the bottom left you will see “Option Combinations” and “Forbidden Combinations”.[/list]



Forbidden Combinations @ /admin.php?dispatch=product_options.exceptions&product_id=XXXXX



Easy to specify which combinations to exclude from customers ordering!



Enjoy![/font]