In this blog post, we will see how to add a new address field to magento checkout page. We will also display this field in all magento order pages.
Category Archives: Onepage Checkout
Shipping Method Dropdown and Set Default Shipping Method on Cart Page
In this tutorial we will see how to show a shipping method drop down in the cart totals and how to set a default shipping method in cart page.
There are many ways to do this but i am sharing with you the best method i know of. Continue reading
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. Continue reading
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. Continue reading
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. Continue reading