Hi All.
I preparing new Vertical Mega Menu (demo - http://www.tobenet.cz) with jQuery support, but I Have few problems.

I dont know, how to implement Automatic Integration of my View to nopCommerce system. I need replace _ColumnsThree.cshtml and _ColumnsTwo.cshtml  by my Views contained  @Html.Action("VerticalMenu", "VerticalMenu", new { currentCategoryId = currentCategoryId, currentProductId = currentProductId }).

Any idea how to make it ?? I need it to easy implement this plugin without change View in nopCommerce.


We can download plugin to test http://www.tobenet.cz/Content/files/ToBeNet.Nop.Plugins.VerticalMenu.zip

How to install:
1. Download plugin
2. Copy to Plugins folder
3. Install in nopCommerce Plugins (flugin si for nopCommerce 2.7)
4. Make settings (Plugins -> TBN Vertical Menu -> Settings)
5. Add  @Html.Action("VerticalMenu", "VerticalMenu", new { currentCategoryId = currentCategoryId, currentProductId = currentProductId }) to your site (to _ColumnsThree.cshtml and _ColumnsTwo.cshtml )