Here is a script that adds a custom attribute to customer model
Understanding why and how to override existing Magento functionality
In this post, we will try to understand what is EAV and how we can create our own EAV model.
In this post, we will see an introduction to models in Magento.
In this post, we will see how we can create our own simple model for database operations.
Understanding helpers in Magento
Creating a block in Magento
In this post, we will learn how to create and use a block in Magento.
In this post, we will try to understand the concepts of blocks in Magento.
Magento MVC pattern
Understanding the MVC pattern in Magento
Understanding and creating controller in Magento
Creating a module in Magento
Understanding modules in Magento
Hi, in this post, we will see how we can use CSV sheet to create and manage products. Creating products from the admin panel one by one is a long process. Sheets make it simple and super fast. I’m using Magento 1.9 here…
In this post, we will see how we can show users a maintenance page that displays a text like Site is undergoing maintenance, we will be back soon.
In this post, we will see how we can install Magento 1.9 with sample data on a Windows computer using XAMPP and MySQL database.