Hello All,

I customized top menu in nop commerce and added custom link. At now i want create custom page which should show all categories. Is it possible using existing Models like CategoryModel? Should i create new model?

In routeProvider.cs i put below code

   routes.MapLocalizedRoute("MyPage", "Category",
                             new { controller = "Category", action = "Category" },
                             new[] { "Nop.Web.Controllers" });

but page not show categories...

i use nopcommerce in 3.50 version

Is it possible use HomePageCategories.cshtml view?

Thanks for help or any suggestion;)

Best regards,
Mateusz


ok, nevermind;) i solved;)