Is it possible to display a view to create a new order in the Orders section of the admin panel? #2362
Unanswered
Alf-Araya-R
asked this question in
Q&A
Replies: 1 comment
-
|
Could you share the code? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've tried unsuccessfully to create a page to create a new order within the Orders section of the admin panel, but all attempts end with a 404 error. I've extended the Orders List page to add a button in the header, like the one on the Customers page, and I've extended the Orders resource and created the page with the view to display the form and the table for entering the data. However, even though everything is set up correctly, I always get the 404 Not Found message in the browser.
Beta Was this translation helpful? Give feedback.
All reactions