need to override Admin sales/order/index controller, but still getting 404. Below the Steps I take to override - Created My Custom Module.
You need to override this file as well.. vendor/magento/module-sales/view/ adminhtml/layout/sales_order_addcomment.xml. You can add above file here in your ...
You can replace _prepareCollection() function with following code in app/code/ local/Bikebear/SalesGrid/Block/Adminhtml/Sales/Order
In the left pane, locate the section that contains the template you want to override.
P.S. I noticed that there is another module in the community section overriding the same controller - however that override doesn't appear to be ...
You also agree to receive information relevant to your order or account via email. © 2019 Scommerce Mage Ltd. All rights reserved. Your privacy ...
file, as this file contains a portion of html that allows anyone to export from the sales->order view. Note: We have disabled all of the export options ...
Override order/info.phtml file in Magento 2. info template in Sales module used to display Order related information for the customer order.
The correct path of your new controller is : app/code/community/Pinto/ PartnerSystem/controllers/Adminhtml/Sales/Order/CreateController.php ...