© 2023 Hashnode
#magento-development
Magento 2 requires several PHP Extensions for the project, you can see the requirements here for Magento 2.4 and here for Magento 2.3. How to know more detail? And by that error, it's bit too general.…
In Magento 2, routes are used to determine which module and controller will be responsible for handling a request. When a request is made to the Magento server, the server uses the frontName value in the route to determine which module and …
I'm creating an article to add arguments, first of all you need to create custom command line if you want to follow this article. Define Arguments Once you already have custom command line, what you n…
I'm trying to create an article to create custom command line, in summary what we need to do are: Define command on di.xml. Create new Console Class. Call the command Define command on di.xml Fir…
In this case, I already call a simple product, but I want to check or call what configurable products are currently using this simple product as their options. How can I get those configurable product…
Introduction Let's setup a use case where you need something to be added into a Magento 2 API. For example an extra string where some reference is stored for an order or something more complex with an…
The article was initially published in WebMeridian blog. Let’s begin at the very beginning. When a server is deployed and a global installation is done, multistore functionalities become available. Us…
A Magento theme is a template that you can customize your store’s look and feel. Magento themes are created with HTML, CSS, and JavaScript. Magento themes help you customize the look of your store by using HTML, CSS, and JavaScript. This ar…