Group: Forum Members
Last Active: Mon 13 Apr 2015
Posts: 43,
Visits: 2,159
|
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
|
Group: Administrators
Last Active: Sun 27 Sep 2015
Posts: 115,
Visits: 706
|
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!
|
Group: Forum Members
Last Active: Mon 13 Apr 2015
Posts: 43,
Visits: 2,159
|
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
|
Group: Forum Members
Last Active: Sat 20 Jun 2015
Posts: 36,
Visits: 118
|
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!
|