Use custom category menu


https://forum.kartris.com/Topic528.aspx
Print Topic | Close Window

By UKcentric - Tue 26 Apr 2011
My client wants to use a customized category menu which has graphics for the top-level categories.

We've programmed a solution using a new asp:menu object, which works fine, from a static XML file.

But how can we create a custom XML file for the menu to work off? Is there a sproc or query in the database that could return the data for such a file?

Thanks, d
By Mohammad - Wed 27 Apr 2011
Kartris is using the stored procedure 'spKartrisCategoryHierarchy_GetByLanguageID' to get the information needed to build the category menu, but that doesn't include the SEO links if you have it enabled!
By UKcentric - Tue 17 May 2011
We've got a completely customized menu system running off an asp:menu control.

We're still working out how to construct it automatically though, so using that stored procedure should be useful.

G
By Obaid - Tue 23 Apr 2013
Any chance of seeing some code of your customised menu? I am trying to implement a custom menu (a megamenu) but am a little lost!