1 reply [Last post]
sosedoff's picture
Offline
Joined: 08/21/2009
Juice: 6
Was this information Helpful?

Hello everyone!

I just want to know is there a way to use expandable catalog menu on a sidebar like other stores does ?

For example, i have main categories: Shoes, T-Shirts, Pants, ... and each category has N subcategories. Each product has field: Brand, Age (Boys, Girls, Men, Women). So, i clicked on category and i need to add additional menu on top of categories menu: list of brands that appears in selected category. The same thing with the age.

Is there a way to do it in Ubercart 2.x ? Also, i cant get the idea how to filter products by multiple parameters (like price, brand, etc).

Any helpful suggestions ?

adamo's picture
Offline
Getting busy with the Ubercode.
Joined: 02/17/2009
Juice: 229
Re: Extended catalog menu

Not sure, but you can probably do this using Views. Create a view with exposed filters and then set the view to expose the filters in a block. Set the view path and arguments so that it overrides the default UC Catalog. Then when you click on one of the catalog links the view should take over and display the blocks with the filters.