Hi
I have created a variable called brand such that each product is assigned to a brand. I have a fairly standard list of sections and sub sections on the left of the store, e.g.
Bikes
Full Suspension Bikes
Hard Tails
Road bikes
Brakes
Rim brakes
Disc Brakes
Brake spares
etc...
What I would like to do is to add a list of brands at the bottom of each section, so that the example above would look something like this:
Bikes
Full Suspension Bikes
Hard Tails
Road bikes
By brand:
Scott
Specialized
Trek
Brakes
Rim brakes
Disc Brakes
Brake spares
By brand:
Avid
Shimano
etc...
So I want to list the brands specific to the particular section and the user be able to click on the brand and then get the products specific to that brand but also that category, e.g. if the user clicked on Shimano in the above exmple they would only see Shimano brake products, i.e. not Avid brake products but also not Shimano wheels or handlebars, etc.
Is this realistically possible and if so can anyone give e some pointers on how to do it.
Thanks
Paul
I have created a variable called brand such that each product is assigned to a brand. I have a fairly standard list of sections and sub sections on the left of the store, e.g.
Bikes
Full Suspension Bikes
Hard Tails
Road bikes
Brakes
Rim brakes
Disc Brakes
Brake spares
etc...
What I would like to do is to add a list of brands at the bottom of each section, so that the example above would look something like this:
Bikes
Full Suspension Bikes
Hard Tails
Road bikes
By brand:
Scott
Specialized
Trek
Brakes
Rim brakes
Disc Brakes
Brake spares
By brand:
Avid
Shimano
etc...
So I want to list the brands specific to the particular section and the user be able to click on the brand and then get the products specific to that brand but also that category, e.g. if the user clicked on Shimano in the above exmple they would only see Shimano brake products, i.e. not Avid brake products but also not Shimano wheels or handlebars, etc.
Is this realistically possible and if so can anyone give e some pointers on how to do it.
Thanks
Paul
Comment