Magento 2.4.2- How to disable two factor authentication?
I just installed Magento 2.4.2 on my website. However, at the admin panel, I can see that 2FA is enabled by default. How can I disable 2FA in Magento and login to my admin panel?
I just installed Magento 2.4.2 on my website. However, at the admin panel, I can see that 2FA is enabled by default. How can I disable 2FA in Magento and login to my admin panel?
I am having problem add to cart in Ionic framework iframe, the button just stuck at Adding... without adding the item to cart. I noticed there are some errors/warnings in the Network tab. It says the SameSite cookie was set…
I am working for a client to set up Google Ecommerce data for their Google Analytics. I have done this once before on another site where I used a Google Ads conversion placed inside of a Google Tag that was…
I have a sitemap.xml file generated in magento2 on localhost. Following is the link http://magento.local/sitemap.xml Now i want to redirect above URL to http://magento.local/pub/sitemap.xml using URL rewrite. I have created URL Rewrite as shown in this image But http://magento.local/sitemap.xml URL…
I hope you are doing well. I want to get all the countries in the below format. $countries = [ "AU" => "Australia", "IN" => "India", "US" => "United States", "UK" => "United Kingdom", ....... ] I tried but no…
how to update magento 2 version 2.3.5 for 2.3.5-p2 ? I tried the following steps but it didn't work. composer require magento/product-community-edition=2.3.5 --no-update composer update php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento setup:di:compile php bin/magento indexer:reindex php bin/magento…
So I've created one module to display "hello world" message on single product page like below: However "Hello world" message is not displaying on product page. My Custom Module look like below: registration.php file look like below: <?php MagentoFrameworkComponentComponentRegistrar::register( MagentoFrameworkComponentComponentRegistrar::MODULE,…
In our Magento website, it is not sending email to the outside domain. For example, a website is ads.com, and if a customer order a product & customer mail id is [email protected], but he didn't get email. But I am…
I'm trying to redesign a category page on magento to display the category image full width with a max height and have the category title displayed in the same box centred on the image. I've managed to move the category…
I'm trying to connect to my server where I have Magento installed. I loaded the key on my windows cmd with ssh-add, and then connected with: ssh -pPORT user@server and I get: Permission denied (publickey). How can I fix this?…