Boyko wrote:Is there a relatively easy way to replace the standard left hand navigation with a vertical Nop MegaMenu to display only the top level categories (marked as 'Show on home page')?
My client really likes the Nop MegaMenu, but would like it to work as part of the left navigation instead of the top menu.
Thanks,
Mike
Hi Mike,
The Mega Menu is integrated into nopCommerce via a widget zone, which by default is "content_before". You can change the widget zone to be "left_side_column_before" by editing this file: Plugins\SevenSpikes.Nop.Plugins.MegaMenu\SupportedWidgetZones.xml
Then restart nopCommerce and the Mega Menu will be shown on the left side column.
Then it is a matter of css modifications to make it look as you want.
Thanks
Hi,
I am using 3.3 version.I have replaced left_side_column_before with content_before but not working after restart application.
Please help me out in this issue