Magento UI Components — Custom Products Grid, pt. 3: Additional functionalities
In the previous part of this article, we created the base XML file with a UI Component to present the grid view in the backend. In this part, we will…

In the previous part of this article, we created the base XML file with a UI Component to present the grid view in the backend. In this part, we will…
Private Composer repository with Satis This post is a brief case study and a guide on how to create your own private Composer repository with Satis. At Magently, we are…
Custom products grid – Base XML Welcome to the second part of my article series about Magento Custom Products Grid. In the previous part, we: made some assumptions about the…
Part Catalog – Magento 2 migration done right 1. The Part Catalog story We’ve worked with Alan since 2015 when he approached Magently with an unfinished shop on Magento 1….
A quick intro on UI Components In this article, I will take you through a step-by-step process of creating a Custom Products Grid in the Magento 2 environment. The upgraded…
If you’re an e-commerce owner and have a Magento 1 website, you will be facing Magento 2 upgrade sooner or later. Apart from the obvious challenge of the platform migration, there is…
Magento 1 End of Life Magento 2 migration has become imminent. If you’re an owner of a Magento shop then I’m sure you are, to some extent, aware of the…
As experienced Magento developers, we are happy to announce that a new season of Magento Meetups in Wrocław is about to start!
Last month, Magento2 hackathons happened twice in our office in Wrocław! While curing up some bugs, members of the Magently team decided that they should arrange a hackathon and push those repairs further up. And so they did, with a result of 8 major bugs fixed and over 300 phrases translated!
Area Code is a component that organizes code with the aim of optimising query processes. Only code that is defined in a specific Area Code is fetched in a given situation. This helps, for example, to optimise REST queries. What is rendered is not the entire HTML, but only what is absolutely necessary to answer a REST query.