- 18
Hi there,
In CategoryMenuTemplate.WithPictures.cshtml, is it possible to call each individual category (say by ID or name)?
I need to style each dropdown differently. I got help with removing some divs a couple of months back by using foreach instead of the Data Table helper method (thanks Boyko - http://www.nop-templates.com/boards/topic/595/full-browser-width#2947) which gave me more flexibility in styling, but now I need to call categories individually instead of a foreach.
Thanks for any help.
Cheers!
In CategoryMenuTemplate.WithPictures.cshtml, is it possible to call each individual category (say by ID or name)?
@(Html.DataTable<SevenSpikes.Nop.Plugins.MegaMenu.Models.MegaMenuCategoryModel>(category.SubCategories, 4, "row", "box",
@<text>
I need to style each dropdown differently. I got help with removing some divs a couple of months back by using foreach instead of the Data Table helper method (thanks Boyko - http://www.nop-templates.com/boards/topic/595/full-browser-width#2947) which gave me more flexibility in styling, but now I need to call categories individually instead of a foreach.
Thanks for any help.
Cheers!