In the first part of the series on toplinks we learned how to add links to the top menu. In this text we’ll show you how to change the position […]
What's new in Magento ?

In the first part of the series on toplinks we learned how to add links to the top menu. In this text we’ll show you how to change the position […]
From this article you’ll find out how toplinks are generated, how you can edit them easily, add new links to an existing list and create your own links list […]
Modifying the existing Magento functionalities is often difficult and there’s always a risk of conflicts with the extensions or complications after an update. But it turns out that extending the […]
In the previous article from this series (A few words about debugging – Part III) we looked at the good debugging practices. Today we will present some real life examples […]
In the previous article (“A few words about debugging – Part II”) we presented some very helpful extensions which make debugging much easier. Today, we’ll talk about the good practices […]
Last time, in the article “A few words about debugging – Part I”, we talked about the best PHP configuration for Magento debugging. Today we’ll discuss the extensions that will […]
Shoplift, a major Magento security bug, was discovered this February by Check Point. It is a critical breach in Magento security. Here are some examples of how this exploit can […]
PHP is an interpreted language, not a compiled one, which means that all errors occur when a script is being loaded or run. The errors that are easiest to fix […]
This article aims to show how to generate and implement selects in Magento based on the Mage_Core_Block_Html_Select class. Dropdown selects – what are they? The basic HTML components of a […]
As the oficial n98-magerun repo on GitHub says: The swiss army knife for Magento developers, sysadmins and devops. The tool provides a huge set of well tested command line commands […]