I am putting the finishing touches on my first ZC store.

I notice that when there is only one product in a category and a use clicks on that category in the menu, the user is sent to the product page with a 302 redirect and not to the category page.

When there are multiple products in a category, the category page does display.

When there are no products in a category, the category page displays.

But when there is a single product, the product page is displayed.

I need to have the category page display even when there is only a single product in the category. How do I do that? Is this a configuration issue?