Close

Adding topics to Menu 3.3

pdesignz
9 years ago
#7513 Quote
Avatar
  • 40
I would like to add some additional topics to the mega menu, especially sub-menu items contained within within the About Us and adding additional parent level topics. Using NopCommerce 3.3

Thanks
Deni
9 years ago
#7515 Quote
Avatar
  • Moderator
  • 389
pdesignz wrote:
I would like to add some additional topics to the mega menu, especially sub-menu items contained within the About Us and adding additional parent level topics. Using NopCommerce 3.3

Thanks


Hello,

You can do this, but you have to be a little familiar with html and css.

If you want to have to have top level topics you have to go to this file:

~\Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Views\MegaMenu\MegaMenu.cshtml

and find this helper: @helper RenderMegaMenu(bool isMegaMenuResponsive)

inside it, you can add your top level links and they can be as many as you want with the following structure:

<li>
       <a href="yourLinkToTopic">Your Topic Title</a>
</li>


To achieve About Us sub-menus you must be familiar with Razor and it is a customization that is out of our support line.


Best Regards !
Best Regards,
Mladen Staykov
Nop-Templates.com
pdesignz
9 years ago
#7525 Quote
Avatar
  • 40
Can you show me how to add submenus, about us was just an example...If I add top level menu topic, how can also add additional topics in the same menu for that same category topic? If not would it be best to remove the megamenu topic and go back to the original menu that came with Nop 3.3