Closed oztrkmrt closed 2 months ago
[x] On this page, client can see all items in the Shopping Cart as a Data Table view samples:
[x] Product count can be decreased or increased
[x] Product can be removed from the list
[x] Product can be selected or deselected to create order
[x] Regarding selections a total mount of payment should be listed on last of the list
NOTE! Order Summary and Create Order will be done on next tasks
[x] Shopping Card reducer data:
cart: [ { count: 1, checked: true, product: { id: “1235”, … } }, { count: 3, checked: true, product: { id: “1236”, … } }, ]
[x] On this page, client can see all items in the Shopping Cart as a Data Table view samples:
[x] Product count can be decreased or increased
[x] Product can be removed from the list
[x] Product can be selected or deselected to create order
[x] Regarding selections a total mount of payment should be listed on last of the list
NOTE! Order Summary and Create Order will be done on next tasks
[x] Shopping Card reducer data: