$50 to whoever provides the best method first 😊
I have 3 different product pages ProductsAA, ProductsBB, and ProductsCC. Each page will have a different product line
On a product page there are multiple product categories with multiple products under each category. For example, on the ProductsAA page there might be Food and Animals. There would be multiple categories listed under those, such as Fruits, Veggies, and Meats.
-Food
—-Fruits
—-Veggies
—-Meat
-Animals
—-Cats
—-Dogs
—-Birds
The side nav on a products page will resemble the diagram above. When clicking on Fruits in the navigation, the fruit entries will be displayed in the main content area, such as apple and orange. The wireframe image I attached should help explain the setup.
-Food
—-Fruits
———apple
———orange
—-Veggies
———broccoli
———cauliflower
—-Meat
———chicken
———beef
-Animals
—-Cats
———siamese
———calico
—-Dogs
———bulldog
———pitbull
—-Birds
———eagle
———parakeet
I can see a few ways to do this, but none really stand out as the “best” way for me or for my client to make updates easily.
If the main categories(Food, Animals) didn’t need to change, I could hard code those into the template, then make the sub categories(Fruits, Veggies, Meat) entries that include a playa field. I could relate the products (which would be entries in a different channel) (apple, orange, etc.) to those entries. BUT there is the possibility that the main categories(Food, Animals) could be added to or updated in the future.
There might also be a way to do this using categories in EE, but I don’t have much experience with categories and category url’s.
What is the best way to set this up so it’s easy for the client and allows all sections to be updated in the future. Thanks for any help!