Onepage Checkout – Add File Upload Field to any step

In this tutorial we are going to see how to add a file upload field to any of the magento checkout steps.

Adding file upload is a bit tricky in onepage checkout since all steps use ajax to save data. I am going to use jquery based ajax upload tool : Uplodify to setup the file uploading. 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 Onestep Checkout – Remove Login Step

In this blog post, we are going to see how to remove the first step from checkout page.

The basics idea of removing any step from checkout is
1. Change javascript and HTML to remove the step display
2. Set default values in Quote object for the step removed, so that checkout process goes smoothly. Read this full

Magento Onestep Checkout – Remove Shipping Method Step

In this blog, we will see how to remove the shipping method step from magento onepage checkout

The source code of this module has been tested in magento 1.6 version but should work fine 1.4+. Read this full

Magento Onepage Checkout – Add New Step

In this blog post, we are going to see how to add a new step to magento onepage checkout.

We will see 3 different scenario’s i.e adding a new step which is the first step, adding a new step in middle, adding a dynamic step. Read this full