As a customer/visitor, I want to be able to "checkout" the items in my cart so I can purchase my desired goods.
Opened this issue · 0 comments
Dee-bugg commented
- Think of a typical user experience on popular websites from a guest user and logged-in user perspective
- You can just start with by simulating the experience of checking out with a simple confirmation page.
- checkout redux
- change order status to paid
- reset cart - clears cart. Checkout compnent dispatches cart.resetCart
- apply requireToken check to payment routes
- convert order amounts to currency format for display.