Overview
When a customer adds products to the cart, we want the cart to reflect those choices. Further, if a customer edits or deletes items from the cart, relevant areas of the cart and the checkout page should reflect those changes. Integrate the cart and checkout pages with state persisted in the relevant reducers, and use the dispatch/actions to allow the user to make changes.
Overview When a customer adds products to the cart, we want the cart to reflect those choices. Further, if a customer edits or deletes items from the cart, relevant areas of the cart and the checkout page should reflect those changes. Integrate the cart and checkout pages with state persisted in the relevant reducers, and use the dispatch/actions to allow the user to make changes.
This issue depends on https://github.com/larkinds/recurse-randomice/issues/52, https://github.com/larkinds/recurse-randomice/issues/51, #43, and #44 being finished before it can be implemented.
Actions
Resources React's Documentation on Reducers