Magento 2 Two-Factor Authentication (2FA) improves security by requiring two-step authentication to access the Magento Admin UI from all devices. The latest release, Magento 2.4 enables two-factor authentication by default. Hence, 2-factor authentication adds another layer of security for your…
Magento 2: Useful Commands List
As we all know, Magento 2 is highly dependent on the CLI(Command Line Interface) for tasks like content deploy, reindexing, etc. There is no specific resource from where we can get a list of all the commands. So while developing…
Remove Customer Account Navigation Links in Magento 2
By default, Magento 2 provides many links in the “My Account”. Always we don’t need all the links and we have to customize this section. So today in this post I will show you how to easily remove unnecessary customer…
How to get Base url, Media url, Static url and Link url in Magento 2?
Whenever you are working with Magento 2 many times you require to get Base URL, Media URL, and Static URL. Today, in this article I will show you how to get the Base URL, Media URL and Static URL using…
How to Load Product by SKU in Magento 2?
In the previous post I saw you how to load product by ID?, Today in this post I will show you How to Load Product by SKU in Magento 2? This code snippet will be very helpful for developers in…