In this topic, we will create three types of plugins (interceptor). These methods help to change data before or after […]

Magento 2 – create plugins

Composer Patches in Magento 2
In everyday practice, we use some external modules, files, and solutions. In PHP they are declared in the composer.json file […]

How to display your custom data in the Magento admin area
If you managed to finish the previous tutorial (Magento 2 – create a table in the database & handle data), […]

Magento 2 – create an admin controller with menu items.
In this topic, we will show you how to create a table in the database and manage it by creating […]

Magento 2 – create a table in the database & handle data
In this topic, we will show you how to create a table in the database and add a model, resource, […]

Magento 2 create frontend controller with template.
In this topic, we will show you how to add frontend and adminhtml controllers. Notice: Creating the module tutorial is […]

Magento 2 & Docker Tutorial – Part 3
Part 3 – How to run Magento 2 with Elasticsearch on the docker environment? This tutorial is a part of […]

Magento 2 & Docker Tutorial – Part 2
Part 2 – How to build own PHP docker image with needed libraries? How to store MySQL data safely? This […]

Magento 2 & Docker Tutorial – Part 1
Magento 2 & Docker Tutorial Part 1 – Simple PHP application with Nginx, PHP-FPM, and Mysql Containerization has become commonplace […]

What is new in PHP 7.4?
They say that the best is the enemy of the good, on the one hand, and that evergreen attitude brings […]

First Developer’s Experience
Welp. I was given a task to write an entry on the blog, so here we are! I would like […]

What is GIT and why are we using it?
Every developer around the world has heard about Git. Most of them even know that it’s a version control system […]

What is Sass and why is it worth using?
If you’re a developer, you’ve probably wondered what to do to make your code clearer and easier to build up […]

Spam emails and Captcha in Magento
Spam in the inbox. Bots. Our client recently had a sudden email attack sent from a store built in Magento […]

Is it worthy speeding up the page? Pagespeed post
Nobody likes to wait for the website to load. Is it worthy dealing with the Pagespeed? That is the question […]

Magento on React
Nowadays being a Frontend Developer means huge diversity. Amount of solutions, libraries or even package managers are really astonishing. So how to use modern JavaScript framework in Magento? Check this out!

Discounts from the coder’s point of view
What is often driving sales? The discounts. All products labeled ”-20%”, ”10$off”, ”15$each” that’s what people love. And how can this function in e-commerce? Would you like to show your customers how much a product is discounted? Is it fixed or percentage? Or maybe just discounted to some amount like 10$?

Magento bodyclass
Magento lets us build a well-developed, complex e-commerce project with custom design. To create good-looking Magento project we have to style a lot of pages. However, we can make our work easier by grouping pages using Magento BodyClass.

Styling select lists in Pure CSS
First of all, how does the select list look like?

How to design your Magento form?
Not everyone knows that default Magento registration form offers some additional fields. What is certain, they give us an opportunity to collect an extra information about our customers. Not all of these fields look attractive and they may not fit into our general website layout. Don’t worry! There is a way to change their design, keeping all the functionalities and Magento integration.

Store hours and working days in Magento
Sometimes you want to tell your customers that your shop is available only several hours a day. Don’t you? In many cases, your team works only few days a week, but your online store is working all the time. You’re not being able to find and adjust this settings? By default, Magento doesn’t share these two elements in admin panel, although there is a simple solution for Magento to cover your needs.

Default filter for Magento admin grid by using observer
Sometimes you need to add a default filter for your Magento admin grid. Perhaps you ask yourself do I need to override any class to do this? The answer is simple – No, You don’t!

How quickly get an access to PhpStorm debugging features in JavaScript?
Additional knowledge is never too much! Our new Front End Developer Przemek, having an internship in our company, decided to share his knowledge about debugging JavaScript in the browser and by using PHPStorm (We will be happy to share it with you too. Check how, down below).

How to create admin user programmatically?
Sometimes you need to get to Magento admin panel but you don’t have an account, what then? Don’t worry, there is a simple solution.

Reorder category tree in Magento
Sometimes you need to reorganize your category tree in Magento. For example, if you’ve got 10,000 categories and over twice as many products, then every time you move a category, you need to wait for ages. Don’t you?