You may face error like, your current search engine ‘MYSQL’ is not supported in Magento 2 during running any CMD commands, or when you are trying to upgrade Magento to 2.4.x from 2.3.x or lower version.
Continue reading “Magento 2 Your Current Search Engine ‘MYSQL’ is Not Supported”Magento 2 Disable Input Field of system.xml file
While working on a Magento ecommerce website, you may encounter a situation where you need to disable certain input fields in the system configuration within the Magento 2 admin panel.
This is important to prevent admin users from altering the values of these fields, especially when the values are meant to remain static. Accidental changes to these values can impact the website’s logic, so it’s best to keep these fields read-only in the Magento admin.
Continue reading “Magento 2 Disable Input Field of system.xml file”How to Call Custom Variables in phtml File in Magento 2
Custom variables are a powerful feature of Magento 2. Each Magento developer is aware of this, but only a few are taking advantage of it. Using Magento 2 Custom Variables, you can display any text and/or HTML from the admin to the front end. Using this website, the admin or merchant can easily update the content of the website without any modification in the code and especially without being dependent on the developer.
Continue reading “How to Call Custom Variables in phtml File in Magento 2”Magento 2 Get Module Directory Path Programmatically
As per my experience, many times we have to get the location of the module or module directory path while creating the custom module and especially it’s either shipping or payment module. E.g when we wanted to know the exact path of certificate file added to our custom module’s etc folder or .wsdl file of third party module added in our modules.
Continue reading “Magento 2 Get Module Directory Path Programmatically”Magento 2 Payment Method You Requested is Not Available
You may see payment method you requested is not available error when you are using custom payment method or you are working on developing a custom payment module.
Continue reading “Magento 2 Payment Method You Requested is Not Available”Magento 2 Commerce Cloud Get Cron Job List
You can get all cron job detail in .magento.app.yaml file located on your docroot of your Adobe Commerce Cloud website. In this file, you can see something like following.
Magento 2 Options were updated please review available configurations
Don’t wary this is not your fault or not your website issue but this is a knowing issue in all the versions of Magento 2.3.5 and less.
Continue reading “Magento 2 Options were updated please review available configurations”Magento 2 Some Addresses Cannot be Used Due to the Configuration for Specific Countries
You can run into the error “Some Addresses Can’t be Used Due to the Configuration for Specific Countries” when creating an order on the Magento website. This error indicates that the country you entered in the shipping or billing address is not permitted on this website. The country or address that this website permits must be entered.
Continue reading “Magento 2 Some Addresses Cannot be Used Due to the Configuration for Specific Countries”Magento 2 Set No Index No Follow
The robots.txt file is used for telling the web crawler which files to index and which not. By default, Magento generates robots.txt, you can update and configure it as per your requirements.
Continue reading “Magento 2 Set No Index No Follow”Magento 2 Difference Between Cache Clean and Flush
What is Magento Cache? Magento 2 collects, merges, and saves the configuration of all modules to the cache. Magento 2 caches also contain store-specific settings stored in the file system and database.
Continue reading “Magento 2 Difference Between Cache Clean and Flush”
