Brand Pages – Magento Modules in a Nutshell
Brand-related pages are very popular among shop-owners – it’s clear from the number of extensions adding such functionalities as well as from their prices. However, do we always need large…

Brand-related pages are very popular among shop-owners – it’s clear from the number of extensions adding such functionalities as well as from their prices. However, do we always need large…
Configurable products are a very useful Magento functionality, however, the frontend is not always as extensive as we’d like. In this tutorial I’ll show you how to easily change the…
Sometimes we need to add to our store a page with a list of products that are related by an attribute of given items instead of a category. This tutorial…
In the previous article we discussed how to install and configure the kbsali-php-redmine library. Today we’ll focus on the methods responsible for creating issues in Redmine project management system. Let’s…
The topic of this article is somewhat unusual, given the fact that Magently is a group of developers creating applications based on the popular e-commerce – Magento. However, every team…
More broadly on EAV There are lots of EAV (entity, attribute, value) definitions on the Internet, but not all of them explain its basic assumptions clearly. Therefore, beginning developers often…
Introduction You’ve probably wondered sometimes why Magento database is so extensive, what kinds of information are stored in its particular tables and how MySQL4 differs from Enity (and what it…
Today we’ll show you a simple way to create a multistore in Magento – if you’re curious how to do it, read on! The solution described in this article works…
The time has come to write the most important function in the context of our application, namely the function responsible for detecting collisions.
In the previous parts of our series on detecting collisions we discussed HTML and CSS. Then, we analysed what exactly JS should do. Today, we’ll look into the keypad support….