Full disclosure: I’m relatively new to Expression Engine and this is the first time I’ve used it for more than a blog and a basic one-level product page.
The structure for our products section needs to be as follows:
Products Section
+Group
++Sub-group
+++Sub-sub-group
++++Product
++++Product
++++Product
++Sub-group
+++Sub-sub-group
++++Product
++++Product
++++Product
+Group
++Sub-group
+++Sub-sub-group
++++Product
++++Product
++++Product
I hope that makes sense. The URL we’d like to generate would be: mywebpage.com/products/group/sub-group/sub-sub-group/product
Our client also needs the ability to add more products, but they won’t be needing to add more sub-categories.
I know that categories won’t allow us to have our URL structure go that deep and I have a vague conception that relationships might be helpful to us but don’t feel like I understand them enough to know what they’re capable of. I’m more than willing to read up on some of this if I can just get pointed in the right direction.
I’ve read Boyink’s EE 2 book, but his products section wasn’t as deep as what we’ll be building.
Any help is appreciated.