Hi i have a content type called Product and have fields(title,description,code,image) and also have vocabulary categories like below formate
parent term 1 -child term 1 --sub child term 1.1 --sub child term 1.2 --sub child term 1.3 --sub child term 1.4 --sub child term 1.5 parent term 2 --child term 2 --sub child term 2.1 --sub child term 2.2 --sub child term 2.3 --sub child term 2.4 --sub child term 2.5 . . parent term 5 --child term 5 --sub child term 5.1 --sub child term 5.2 --sub child term 5.3 --sub child term 5.4 --sub child term 5.5
so i want to display my product node page first parent terms list when i click parent term 1 then it’s display all related child terms in next page after that when click child term 1 display all related sub child terms list in another page after that when i click sub child term 1.1 need to display related products list with above fields.Please find below flow of screen shots.
Taxonomy Parent Terms list Step 1
Step 2 when i clk Parent term 1 need to display all related child terms in another page like below
step 3 when i clk child term 1 need to display all related sub child terms in another page like below
step 4 when i clk sub child term 1.1 need to display all related node i.e product items list with above fields info. Please advice Thanks.