I cannot change cancelorder button route

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 yıl önce
I'm using nopcore ver4.20. But i can't change cancelorder button route.

My code route code is below;



routeBuilder.MapRoute("Plugin.MyOrders.OrderOperations.CancelOrder",
                    "Admin/Order/Edit/{orderId}",
                    new { controller = "OrderOperationAdminController", action = "CancelOrder", area = "admin" });




In plugin is other methods and routes running. I don't have problem other methods.

Please, can you help me?

Thank you...
5 yıl önce
is there anyone who can answer? :(
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.