I'm trying to experiment with using new Variables against my Products to effectively make an Advanced search. Is it possible to add more than a single value to a new Product variable?
An example of my problem is this:
I am selling motorcycle spares. If I am selling a piston it will fit a particular range of bikes e.g. 125cc, 2001 to 2003. I have a variable called cc which has one value=125. I have a variable called Fitment year which really has 3 values= 2001, 2002, 2003
I'm making these Variables searchable allowing the user to narrow their search for 'Piston' by selecting their 'cc' and 'year' from drop down menus.
I can enter the fitment year as text= 2001-2003 but this creates another problem...the 2001-2003 value is not consistent across all products i.e I may also have another piston which fits 250cc 2001-2002. My 'cc' drop down list will be intuitive because it will have two distinct values 125 and 250. The 'year' drop down will be confusing to the user whose bike is 2001 or 2002 because it will not be obvious which value to select, values being 2001-2002 and 2001-2003
Any suggestions?
An example of my problem is this:
I am selling motorcycle spares. If I am selling a piston it will fit a particular range of bikes e.g. 125cc, 2001 to 2003. I have a variable called cc which has one value=125. I have a variable called Fitment year which really has 3 values= 2001, 2002, 2003
I'm making these Variables searchable allowing the user to narrow their search for 'Piston' by selecting their 'cc' and 'year' from drop down menus.
I can enter the fitment year as text= 2001-2003 but this creates another problem...the 2001-2003 value is not consistent across all products i.e I may also have another piston which fits 250cc 2001-2002. My 'cc' drop down list will be intuitive because it will have two distinct values 125 and 250. The 'year' drop down will be confusing to the user whose bike is 2001 or 2002 because it will not be obvious which value to select, values being 2001-2002 and 2001-2003
Any suggestions?
Comment