Adding Link to Top Links Section in Magento

In this blog, we will look into the correct way to adding an extra link, to the top links section in magento.

If you are wondering what are top links, it’s the links that you see in the header section i.e My Cart, My Account, My Wishtlist, etc. Read this full

Magento EAV Database Structure

In this blog we will look into magento database structure specially the EAV modules used to store product, category, and customers.

First we look at a general understanding of EAV model and how it’s used. Then we will look into how magento uses EAV model for its entities. Read this full

Add Grid In Admin Form Tabs – Grid Serializer

In this tutorial you will learn, how to properly put the magento admin grid inside the tabs on an admin form.

This tutorial is only for very advanced magento users, who already added a grid in admin tabs, and faced problems. Read this full

Enable Template Path Hints in Magento

In magento, the html on any page comes from many different phtml files. So if you want to make a change in any page, you need to first know from where that html code is generated. Read this full