Open erturkemre opened 10 months ago
[ ] On this page, client can see all items in the Shopping Cart as a Data Table view samples:
[ ] Product count can be decreased or increased
[ ] Product can be removed from the list
[ ] Product can be selected or deselected to create order
NOTE! Order Summary and Create Order will be done on next task, please see T16: Shopping Cart Page > Order Summary Box
[x] Shopping Card reducer data:
cart: [ { count: 1, checked: true, product: { id: “1235”, … } }, { count: 3, checked: true, product: { id: “1236”, … } }, ]
[ ] On this page, client can see all items in the Shopping Cart as a Data Table view samples:
[ ] Product count can be decreased or increased
[ ] Product can be removed from the list
[ ] Product can be selected or deselected to create order
NOTE! Order Summary and Create Order will be done on next task, please see T16: Shopping Cart Page > Order Summary Box
[x] Shopping Card reducer data: