Retrieving Umbraco Nav/Nodes from external .NET project.
Hi,
I have an existing integrated CMS and Ecommerce ASP.NET project.
I'm planning to leave the old .NET ecommerce in place using 'umbracoReservedPaths' and convert the CMS to Umbraco.
My first conceptual problem is the navigation, basically the 'Shop' is integrated into the CMS, so the nav goes like this.
Home Shop Stockists Downloads Info
When the users clicks shop they will be using the .NET ecommerce code, any other item will be using umbraco, however the navigation is the same regardless.
Essentially, what I'm asking is how can I pull the Umbraco main nav (Home, Stockists, Downloads, Info) from the umbraco database within .NET so that any changes made in umbraco are reflected also within the .NET site.
Retrieving Umbraco Nav/Nodes from external .NET project.
Hi,
I have an existing integrated CMS and Ecommerce ASP.NET project.
I'm planning to leave the old .NET ecommerce in place using 'umbracoReservedPaths' and convert the CMS to Umbraco.
My first conceptual problem is the navigation, basically the 'Shop' is integrated into the CMS, so the nav goes like this.
Home
Shop
Stockists
Downloads
Info
When the users clicks shop they will be using the .NET ecommerce code, any other item will be using umbraco, however the navigation is the same regardless.
Essentially, what I'm asking is how can I pull the Umbraco main nav (Home, Stockists, Downloads, Info) from the umbraco database within .NET so that any changes made in umbraco are reflected also within the .NET site.
Many thanks
Rich
Have a look at the data/umbraco.config file. This is the raw xml file that powers all the xslt files in Umbraco.
You should be able to write some standard C# code/controls that read this file and repurpose the content into navigation, content, etc.
Cheers Chris, that will do the trick perfectly.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.