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 ...
I'm not 100% sure what you are trying to do, but you could try to use the order billing or shipping name for the username or get current log in ...
Exactly what I'm did? I have overridden. vendor/magento/module-sales/view/ frontend/templates/order/history.phtml. through below layout ...
... to magento. Create a Module say Audit app / etc / modules / Namespace_Audit .xml
Magento 2 Add Column to Customer Sales Order History Page. Create a file at path app/code/Vendor/Module/view/frontend/layout/ ...
you can see My Orders page by URL,
How to Add Track Order link with the Order on Order History Page in Magento 2: Copy the vendor/magento/module-sales/view/frontend/templates ...
/vendor/magento/module-sales/view/adminhtml/templates/order/view/items/ renderer/defult.phtml ( you need to copy into your theme or module).
9 use \Magento\Sales\Model\ResourceModel\Order\CollectionFactoryInterface;. 10. 17 class History extends \Magento\Framework\View\Element\Template. 18 {.
Had to add extra table after sales order item for our Booking Module; Tried