magento_react_native
magento_react_native copied to clipboard
Create Single Screen Checkout process
trafficstars
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
- [x] On payment page, if press back twice to enter Address Page, clicking the save button doesn't take you to shipment page.
- [x] Unable to place second order, right after placing order, due to checkout reducer state not reset
- [x] Show Payment Summary in
Payment Screen - [ ] Refactor entire checkout process into single screen(address, shipping, payment, summary)
@MehmoodArib Could you test these functionality,(by taking pull from develop branch), and make sure everything working ok
- 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