Open
Description
Describe the bugs
Currently the entire checkout process is made in a haste, and this has introduced lot of errors
- No error message shown on Payment page if first and last name are not entered.
- Button should be disabled on Address Page if required fields are blank
- On payment page, if press back twice to enter Address Page, clicking the save button doesn't take you to shipment page.
- Unable to place second order, right after placing order, due to checkout reducer state not reset
- Show Payment Summary in
Payment Screen
- Refactor entire checkout process into single screen(address, shipping, payment, summary)