Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是新来的nopCommerce。
nopCommerce
我想Mega Menu通过更改 nopCommerce 的视图部分来更改位置。Controller主页视图位于哪个主页视图中?
Mega Menu
Controller
查看当前主题的 _Root.cshtm。如果您不使用主题,请参阅 Views 文件夹。最好将 _root.cshtml 复制到 THEmes\DefaultClean 并在那里修复
菜单的代码行
@Html.Action("TopMenu", "Catalog")
如果是,您似乎正在使用超级菜单插件,然后在 plugins/{megamenu}/views 中找到超级菜单代码文件并探索以找到要更改的代码