External Database Handling in Magento 1
It’s sometimes the case that a merchant has a complete database of records necessary for his/their business operation. It could be archived data, more or less complicated relations between products…

It’s sometimes the case that a merchant has a complete database of records necessary for his/their business operation. It could be archived data, more or less complicated relations between products…
While viewing a list of products or clients in our store, we sometimes need to carry out the same action on several records. For example, if we want to delete…
ARTICLE OUTDATED! This article is outdated and it contains several errors and bad practices. I updated it in a new article you will find here. Compared to Magento 1, Magento…
Magento 2 offers a highly advanced frontend development system. One of its components is JQuery, which is available by default. It is the base of many JavaScript widgets and makes…
Welcome to the third and last article of the Magento 2 Backend Configuration series. So far you’ve found out how to use source models (for providing data) and backend models…
Widgets are a great functionality of Magento, which is unfortunately often brushed aside by developers. This is partly because of a lack of resources which would in simple terms explain…
Creating our own module for Magento 2, sooner or later we’ll need configuration that is clickable from the level of an administrator panel. It’s not very hard to create a…
Sometimes there might be a need to start offering products from a new category in your store and you might decide that the category should look completely different than the…