I’m sure this might be quite basic but I cannot seem to get it. It seems like every example I find about building menus does it from the same template (because the actual nestling can’t be done with multiple templates nestled together? Or?)
My example:
TEMPLATES
I have 3 different templates.
- Startpage (not clonable)
- Category (clonable)
- Detail page (clonable)
SITEMAP
- Home
- Category 1
-- Product 1
-- Product 2
-- Product 3
- Category 2
-- Product 1
-- Product 2
-- …
… and so on
DESIRED URLS:
http://sitename.com/cagegory1/
http://sitename.com/cagegory1/product1
etc.
To achieve the thing I have described above:
- What is best practice when creating categories and products regarding to connecting them together? Relations? How do I connect my products to the right category if they are built with different templates?
- How do I achieve the desired URLs? It seems like the template page always is part for the URL. http://sitename.com/[category]/category1/
Thanks!
My example:
TEMPLATES
I have 3 different templates.
- Startpage (not clonable)
- Category (clonable)
- Detail page (clonable)
SITEMAP
- Home
- Category 1
-- Product 1
-- Product 2
-- Product 3
- Category 2
-- Product 1
-- Product 2
-- …
… and so on
DESIRED URLS:
http://sitename.com/cagegory1/
http://sitename.com/cagegory1/product1
etc.
To achieve the thing I have described above:
- What is best practice when creating categories and products regarding to connecting them together? Relations? How do I connect my products to the right category if they are built with different templates?
- How do I achieve the desired URLs? It seems like the template page always is part for the URL. http://sitename.com/[category]/category1/
Thanks!