Skip to content

magento man

Page cannot be found from controller even set the routes.xml

I want to add a page by the controller, I have set the routes and controller files according to the guideline. However, it still cant show the page. app/code/Mymodule/OrderController/Controller/Page/View.php <?php namespace MymoduleOrderControllerControllerPage; use MagentoSalesModelResourceModelOrderCollectionFactory; use MagentoFrameworkControllerResultJsonFactory; use MagentoFrameworkAppActionContext; class View… Read More »Page cannot be found from controller even set the routes.xml