You can override history.phtml file using layout XML by creating a module or directly add template file to the theme level under Magento_Sales module under the theme.
History.phtml file initiated by History.php Block class.
3x Magento Master
You can override history.phtml file using layout XML by creating a module or directly add template file to the theme level under Magento_Sales module under the theme.
History.phtml file initiated by History.php Block class.
You can stop/disable the contact us page in Magento 2 using store configuration settings.
By default, the Contact page is enabled and you can check the contact us page using URL, <SITE_URL>/contact
If you want to modify or change the contact us page with your custom contact page, you can disable the Contact page using the below settings.
Contact Us Page Scope is Store Level, You can Enable the contact us page at one store and disable it on another store based on your settings.
You can override cart/item/renderer/actions/edit.phtml file using layout XML way or directly add template file to the theme level under Magento_Checkout theme module.
app/design/frontend/<ThemePackage>/themename/Magento_Checkout/templates/cart/item/renderer/actions/edit.phtml
edit.phtml file used to display edit link for every cart item within the last column in cart table.