The controller for path was not found or does not implement IController with nopcommerce -
I want to display went product category most visited home page by category using the plugin.
I I already but I got an error: Please tell me what's wrong? Thank you in advance. I Tumh "ProductMostviewedControlller ", which should actually be " ProductMostviewed " (without the word Controller ) :.)
ProductMostviewedController.cs: [ChildActionOnly] public ActionResult CategoryHomepageCategorywiseMostViewedProduct (? Int CategoryID, integer productThumbPictureSize) {var categoryProduct = _productService.CategorywiseMostViewProduct (CategoryID); Var Model = PrepareProduct Display Model (Category Products, True, Truth, ProductTiperscias) .Oolist (); See Return ("../view / List / Category Template. ProductsWorked Orline CSSM", Model); } [NonAction]
CategoryTemplate.ProductsInGridOrLines.cshtml
code @ Html.Action ( "CategoryHomepageCategorywiseMostViewedProduct write "," ProductMostviewedController ", new {classid = Model.Id})
" network error: 500 internal server error
@ Html.Action (" CategoryHomepageCategorywiseMostViewedProduct "," ProductMostviewedController ", new {CategoryID = model .id})
Comments
Post a Comment