Module Development Series – Magento Admin Module – Part4

In this tutorial, we are going to see all the different form fields we can use in admin forms.

Magento has many different type of field available by default, so lets see the syntax of using each of these fields. Read this full

Module Development Series – Magento Admin Module – Part3

In this blog post, we will see how to create basic admin forms.

In the previous blog post we had seen details of admin grid, in this post we will see details of how to create forms in admin. Read this full

Simple URL Rewrite Using Magento xml

In this blog post, we will see how to do simple url rewrite in magento using config.xml.

This method is very useful when creating modules in magento and you want to provide fancy url to your module without using .htaccess rewrites. Read this full

Magento Create Custom Payment Method

In this blog post, we are going to see the basics of how to create a new payment method.

We will first see a very basic version of the payment method i.e it won’t have any payment gateway integration (e.g Cash on Delivery). Next, we will see how to create a little advanced version where we will see how to show a form for the payment method and save the values to database. Read this full

Ajax Based Add Product to Wishlist and Compare Products

In this blog post we will see how to make “Add to Wishlist” and “Add to Compare” operations ajax based.

In both product page and category page we will make the required changes for this. Read this full