Hello!
I want my webshop to support conditional relations between several product options. It only supports products options without conditional relations at the moment. My shop is "Shop-Script". (http://www.shop-script.com/)
Don't know what files to attach to the project but I guess you will let me know. :)
Regards,
Andreas
Additional Info (Added 4/12/2007 at 18:27 EST)...I will try to describe what I mean.
Lets say I want to sell a hat with the following options:
Size (S,M,L), color (red, blue, white).
The prices are:
Size: S=8 EUR, M=9 EUR, L=10 EUR
You can only buy a "S" in colors red (+1 EUR) and blue (+2 EUR).
You can only buy "L" in color blue (+3 EUR)
Now what I want it to do is:
If you first choose the size "S" in the drop down menu then the only visible choices in the next menu should be "red" and "blue" and with the correct price written above. Then if you first choose the size "L" the only visible choice in the next menu should be "blue" and with the correct price.
So, if you want a "S" in "blue" the total cost is (8+2) 10 EUR
If you want a "L" in "blue" the total cost is (10+3) 13 EUR.
I want this to work if you have even more options to choose from.
I want my webshop to support conditional relations between several product options. It only supports products options without conditional relations at the moment. My shop is "Shop-Script". (http://www.shop-script.com/)
Don't know what files to attach to the project but I guess you will let me know. :)
Regards,
Andreas
Additional Info (Added 4/12/2007 at 18:27 EST)...I will try to describe what I mean.
Lets say I want to sell a hat with the following options:
Size (S,M,L), color (red, blue, white).
The prices are:
Size: S=8 EUR, M=9 EUR, L=10 EUR
You can only buy a "S" in colors red (+1 EUR) and blue (+2 EUR).
You can only buy "L" in color blue (+3 EUR)
Now what I want it to do is:
If you first choose the size "S" in the drop down menu then the only visible choices in the next menu should be "red" and "blue" and with the correct price written above. Then if you first choose the size "L" the only visible choice in the next menu should be "blue" and with the correct price.
So, if you want a "S" in "blue" the total cost is (8+2) 10 EUR
If you want a "L" in "blue" the total cost is (10+3) 13 EUR.
I want this to work if you have even more options to choose from.
Comment