I need to have lots of items listed that fit a variety of models
example:
rectangular numberplate fits Model1 and Model2
square numberplate fits Model3 and Model4 and Model5
normally, everyone tells me to use duplicates - having a warped brain, I thought . . .
can I create a customvar called "FitsModel" and then make this searchable within products
then within the Properties of the "rectangular numberplate" product add the following:
FitsModel=Fiesta
FitsModel=MX5
then within the Properties of the "square numberplate" product add the following:
FitsModel=LandRover
FitsModel=Discovery
FitsModel=X3
FitsModel=X5
the idea being having the user search for "Fiesta" would then bring up the rectangular numberplate, but if he searches for Model4 he gets the square numberplate.
I am assuming there is nothing to prevent the products having multiple identical properties attached to them.
on this same subject, can I then have the product details show all the models it fits (automatically) - perhaps a generated piece of code that does this
Does the search take uppercase/lowercase into account ? - is "fiesta" the same as "Fiesta"
and finally, what about a button the user can automatically search for all items that fit "MX5"- I could then have a page that offers search-buttons for each model.
if I could do this, then perhaps I wouldn't need such complex set of duplicates.
kev
example:
rectangular numberplate fits Model1 and Model2
square numberplate fits Model3 and Model4 and Model5
normally, everyone tells me to use duplicates - having a warped brain, I thought . . .
can I create a customvar called "FitsModel" and then make this searchable within products
then within the Properties of the "rectangular numberplate" product add the following:
FitsModel=Fiesta
FitsModel=MX5
then within the Properties of the "square numberplate" product add the following:
FitsModel=LandRover
FitsModel=Discovery
FitsModel=X3
FitsModel=X5
the idea being having the user search for "Fiesta" would then bring up the rectangular numberplate, but if he searches for Model4 he gets the square numberplate.
I am assuming there is nothing to prevent the products having multiple identical properties attached to them.
on this same subject, can I then have the product details show all the models it fits (automatically) - perhaps a generated piece of code that does this
Does the search take uppercase/lowercase into account ? - is "fiesta" the same as "Fiesta"
and finally, what about a button the user can automatically search for all items that fit "MX5"- I could then have a page that offers search-buttons for each model.
if I could do this, then perhaps I wouldn't need such complex set of duplicates.
kev
Comment