Please check if this still happens with the development version (1.2-alpha4).
It seems to be partially solved in development version + WordPress 3.0-beta2.
New problem:
- When I filter on a category first and a custom taxonomy after that I get this url:
../?category=shoes&gender=female. This query only shows all products tagged gender female.
- When I select a custom taxonomy first and a category after that I get this url:
../?gender=female&category_name=shoes. This query shoes all shoes tagged with gender female.
Note the difference in the naming of category: category and category_name
Another new issue I just noticed is that if I select a post tagged with multiple taxonomies, the drill down widget for categories dynamically shows the posts main category and the multitax.php is being used for displaying the singular post. Deleting the multitax.php is not the solution. I get a blank screen when I try that.
Just a quick not: I’m using the Hybrid Framework. Perhaps there is a discrepancy between this plugin and the Hybrid Framework.
Thanks for reporting the issues. I will try to fix them when I get the chance.
1. When I filter on a category first and a custom taxonomy after that I get this url: ../?category=shoes&gender=female. This query only shows all products tagged gender female.
2. When I select a custom taxonomy first and a category after that I get this url: ../?gender=female&category_name=shoes. This query shoes all shoes tagged with gender female.
Note the difference in the naming of category: category and category_name
This should be fixed as of [254739].