nopCommerce: Customize Home Page By Coding

286 views Asked by At

I am new in nopCommerce.

I want change the position of Mega Menu by changing the view portion of nopCommerce. In which Controller Home Page View is situated?

2

There are 2 answers

0
Serg Shevchenko On

see _Root.cshtm of your current theme. If you do not use theme see Views folder. Better copy _root.cshtml to THemes\DefaultClean and fix there

lines of code for menu

@Html.Action("TopMenu", "Catalog")

0
f2asr On

it seems you are using mega menu plugin if yes then find the mega menu code files in plugins/{megamenu}/views and explore to find the code to change