Wednesday, August 15, 2012

A route named could not be found in the route collection. NopCommerce

Go to the Nop.Web.Infrastructure.RouteProvider.cs
Add  following Code 
routes.MapLocalizedRoute("YourLink",
                            "customer/YourLink",
                            new { controller = "Customer", action = "YourLink" },
                            new[] { "Nop.Web.Controllers" });


No comments:

Post a Comment

I Built a New Kind of Number Puzzle Game (And You Can Play It Free)

 For a long time, I wanted to play a mobile puzzle game that felt genuinely strategic—something that required real brainpower, skipped the a...