shchegolenkov / rs-flowershop

eCommerce app | RS School JS course final project
https://rs-flowershop.netlify.app
0 stars 1 forks source link

Modify product quantity functionality on the Cart page #89

Closed shchegolenkov closed 1 year ago

shchegolenkov commented 1 year ago

Tasks:

  1. Allow users to modify the quantity of each product in the cart, updating the corresponding data using the commercetools API and recalculating the total cost accordingly. RSS-ECOMM-4_11
  2. Recalculate the total cost of the items in the shopping cart when users modify product quantities, using the updated data from the commercetools API.
shchegolenkov commented 1 year ago

task 1 done

shchegolenkov commented 1 year ago

task 2 done