What I would like to do is effectively render the 'widgets' as individual web pages under the 'Products' page, such that I can have the following URLs:
There are legitimate reasons why I can't just move the nodes, so instead I'm looking for a way to create custom routing which will allow the widgets nodes to be rendered as if they're within the products section.
I'd like the widget pages themselves to be almost the same as the products page (with all of the same main website navigation etc) but with the name of the widget node and a couple of properties from the widget node pulled through to the page, so I imagine I'd be looking at some kind of virtual content scenario whereby the base page is the products page but I'm adding some properties in for the widget-specific information which is different on each individual widget page.
I've read the documentation but am struggling to make sense of the virtual content stuff.
Could anyone point me to an example of how I could achieve what I'm looking to do?
Custom routing in v8 to render content from elsewhere in the tree
Hi,
I have the following content structure in a v8 site:
What I would like to do is effectively render the 'widgets' as individual web pages under the 'Products' page, such that I can have the following URLs:
There are legitimate reasons why I can't just move the nodes, so instead I'm looking for a way to create custom routing which will allow the widgets nodes to be rendered as if they're within the products section.
I'd like the widget pages themselves to be almost the same as the products page (with all of the same main website navigation etc) but with the name of the widget node and a couple of properties from the widget node pulled through to the page, so I imagine I'd be looking at some kind of virtual content scenario whereby the base page is the products page but I'm adding some properties in for the widget-specific information which is different on each individual widget page.
I've read the documentation but am struggling to make sense of the virtual content stuff.
Could anyone point me to an example of how I could achieve what I'm looking to do?
Thanks folks.
is working on a reply...