How to remove Order Shipments link from the Order View Front end Magento 2?

Remove the Order shipments link from the Order view page frontend using Magento 2 by modifying the XML file.

If you want to remove the Order Shipments link from the Order detail page, You need to override the sales_order_info_links.xml file in your module or theme level. Continue reading “How to remove Order Shipments link from the Order View Front end Magento 2?”

Verify Contact page is enable or not using programmatically Magento 2.

Contact us page is Enable or not, Check using Programmatically way by Magento 2.

By Default from Admin panel, you can verify it by Stores -> Configuration -> Contacts tab. Continue reading “Verify Contact page is enable or not using programmatically Magento 2.”

Uninstall module with database table schema using Magento 2.

Uninstall module using Magento 2, Native command is module:uninstall to remove module from the system.

Uninstall command works only with a module installed using a composer or defined as Composer packages. Continue reading “Uninstall module with database table schema using Magento 2.”