Does anyone know how I might manage to do this?
I have a client for whom I building an actinic site (v7.0.1. developer) they sell office furniture and I want to be able to have (as an example) :
a chair = £x
options which change price ... of which only one should be selectable
star base option A : adds £5
star base option B : adds £10
star base option C : adds £15 ... etc. maybe a drop down box
and a second drop down box containing the various fabric options. These don't currently effect the price .. but potentially they might (so that would be useful to know too).
at the moment I have it working sort of ok with components, the last one component containing an attribute with choices to allow the fabric colour to be selected - but this all seems a bit ham fisted and the components (which are optional of course) presently can ALL be selected .. which makes no sense .. the base can only be one choice (can't have grey, black AND chrome .. only the one!)
is there a better way of doing this?
thanks
David
I have a client for whom I building an actinic site (v7.0.1. developer) they sell office furniture and I want to be able to have (as an example) :
a chair = £x
options which change price ... of which only one should be selectable
star base option A : adds £5
star base option B : adds £10
star base option C : adds £15 ... etc. maybe a drop down box
and a second drop down box containing the various fabric options. These don't currently effect the price .. but potentially they might (so that would be useful to know too).
at the moment I have it working sort of ok with components, the last one component containing an attribute with choices to allow the fabric colour to be selected - but this all seems a bit ham fisted and the components (which are optional of course) presently can ALL be selected .. which makes no sense .. the base can only be one choice (can't have grey, black AND chrome .. only the one!)
is there a better way of doing this?
thanks
David
Comment