Onepage Checkout – Add File Upload Field to any step
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
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 →
This module is in continuation of 2 blogs written before on removing payment method and removing shipping method only. Read this full →
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 →
The source code of this module has been tested in magento 1.6 version but should work fine 1.4+. Read this full →
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 →
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
After success of Magento 1.x, Magento Team in a process of developing Magento 2....
In this blog post, we will see how to hide price from non-logged in users / gues...