Add following Code
routes.MapLocalizedRoute("YourLink",
"customer/YourLink",
new { controller = "Customer", action = "YourLink" },
new[] { "Nop.Web.Controllers" });
To fix this add e.stopImmediatePropagation() as below. $(document).on('focusin', function (e) { if ($(e.target).close...
No comments:
Post a Comment