- 37
Ive upgraded my site from 3.3 to 3.4 and I noticed an issue. In the previous build (based on your advice) I had updated my Mega Menu to display 3 columns instead of 4 via the following change in CategoryMenuTemplate.WithPictures.cshtml:
<!-- CHANGED FROM 4 ROWS to 3 HERE -->
@(Html.DataTable<SevenSpikes.Nop.Plugins.MegaMenu.Models.MegaMenuCategoryModel>(Model.CategoriesModels, 3, "row", "box",
However in the 3.4 version of CategoryMenuTemplate.WithPictures.cshtml this code has changed and this is not where the rows value is set. How do I change from 4 columns to 3 with the new cshtml?
Thanks!
<!-- CHANGED FROM 4 ROWS to 3 HERE -->
@(Html.DataTable<SevenSpikes.Nop.Plugins.MegaMenu.Models.MegaMenuCategoryModel>(Model.CategoriesModels, 3, "row", "box",
However in the 3.4 version of CategoryMenuTemplate.WithPictures.cshtml this code has changed and this is not where the rows value is set. How do I change from 4 columns to 3 with the new cshtml?
Thanks!