Ajax Based Product Add to Cart from Category Page

In this blog post we will see how to add products to shopping cart directly from category page using ajax operations.

We would be able to add all product types simple,configurable,bundled,grouped, virtual and downloadable from the category page itself. For the products which require options to be selected before adding to cart e.g configurable,bundled etc , a lightbox iframe window will show up showing the options to be selected by user with a ‘Add to Cart’ button. Read this full

Magento Onestep Checkout – Remove Payment and Shipping Method Step

In this blog post, I am attaching a module to remove both shipping method and payment method from magento onestep checkout.

This module is in continuation of 2 blogs written before on removing payment method and removing shipping method only. Read this full

Magento Category Collection Grid/List View

In this blog post, we will see how to display a grid/list view of categories.

By default magento only has category pages which display the category products, but there is no page which displays categories and its sub categories. Read this full

Add Paging to a Custom Collection

In this blog post, we will see how to add paging and toolbar to any custom collection.

We will also see in detail how to add Sorting options, Grid List view to your collections. In the end we will take an example of a product collection and see how to display it on any page. Read this full

Magento Onestep Checkout – Remove Payment Method Step

In this blog post, we will see how to remove the payment method step from onepage checkout.

This source code of this blog has been tested in magento 1.6 but should work on magento 1.4+, no core magento files have been changed including javascript files. Read this full