I have the usual suspects in place. Have taxonomy such as:
+Guys
--Core Collection
--New Arrivals
-- etc, etc
+Girls
--Core Collection
--New Arrivals
-- etc, etc
+Sale Items
You get the idea here. Anyway, i have taxonomy menu building paths (with path alias) like "/collection/guys/core-collection/some-clothing-name". I want to build a custom view so that the path displays the view with taxonomy terms as they arguments to filter on. Anyone have any information on how to pass 2 arguments from the url to filter out the items of clothing? trying now to have to build my own module but it seems i may have to go down that road.
ideally, i'd like to have "collection/%/%". Thanks for the help.
You'll have to convert the
term names
toterm IDs
. I'm not going to take credit for the solution but there is a post where it describe how you can solve the transformation fromterm name
toterm ID
.Rafael already suggested how to approach the path alias, so I think that chapter is covered.
Source: http://groups.drupal.org/node/8500