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 […]
Plugins are one of the new concepts in Magento world – they were introduced in Magento2 and are here to stay. Taking into account that Magento team wants developers to […]
Capistrano is a very useful open-source tool for deployment automation written in Ruby. You don’t have to log in to your servers and execute the same commands over and over […]
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 […]
In one of the recent Magento 2 projects, we came across the problem of different designs of page elements for different language versions. Luckily, Frontools did the trick (source: https://github.com/SnowdogApps/magento2-frontools). […]
Compared to Magento 1, Magento 2 has a built-in store control from the console. In order to see all the commands available in our store, we need to run the […]
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 […]