Magento 2 – Custom Sales Rule condition
Cart Sales Rule One of the features available by default in Magento is Sales Rule. The module is a powerful marketing tool that allows you to manage all types of…

Cart Sales Rule One of the features available by default in Magento is Sales Rule. The module is a powerful marketing tool that allows you to manage all types of…
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 and Composer Magento 2 uses Composer to manage its packages and dependencies. Available from the console, it provides and standardizes the format of dependencies management. Thanks to this,…
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…
In the last article we discussed the Source Model and today, we’ll delve into the advantages of the Backend Model. When we save values in configuration of e.g. our previously…
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…
Sometimes a search engine might stop working. There are various reasons: it may be caused by migrating the store to a different server, updating Magento to a more recent version,…