I need to achieve some basic tasks by using taxonomy terms. I hope Drupal lovers can help me. I have food categories and food products under these categories. I need to show on a page food categories and clicking these categories needs to redirect related products for each category. Firstly i created taxonomy glossary and added food categories as terms. Basically for categories page I created a view and and added filter of taxonomy glossary for food categories. And I am able to show categories properly. Secondly created a content type for food produts which needs to provide users add products by using admin panel. This content type has field to select taxonomy terms. And I need a page which is able to show food products filtered by taxonomy term as mysite.com/categories/term name?
Thanks in advance.