Admin Route Override

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 ano atrás
I'm attempting to add a new Controller ction on the Order Controller.
It's not returning a view just adjusting the order and returning to the order edit page.
The link to call th Action is /Admin/Order/ShippingNotRequired/{id}

When ever I call this action it returns a 404 page not found error.

Is there something I need to overide in the routing somewhere to get this to work?
1 ano atrás
Sorted the issue.
Turns out it was the action I was redirecting to that was the issue. Because it didn't exist.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.