Multistore in Magento Using Suffixes
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…

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…
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…
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…