nopCommerce: Customize Home Page By Coding

301 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 best solutions below

0
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
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