I am on my first nopcommerce(version 2.50) application development. i want product listing in the header part o f my site. so i decided to remove menu from its div an add product listing in that section.So i created a new view named test in vies folder and called it like this
<div class="headermenu">
@Html.Action("Test", "Tester")
</div>
but when i run the code it returns an error like
: System.Web.HttpException: The controller for path ‘/’ was not found or does not implement IController.
ok my questions are like this
- is this error because of i have not created a controller for for my new view.?
- if i have to create a controller do i need to use ‘with source’ package or with out source package?
- and if its with out source where can i put my controllers in it?
there is no good documentations in nopcommerce website,especially for people like me who are new to nopcommerce as well as MVC.
any help regarding this will be greatefull.
There is addin already available for free. Check this
Dont waste your time in reinventing the wheel, just modify the javascript that comes with this addin.