nicanthoni / E-Commerce

MIT License
1 stars 0 forks source link

Delete Item (Vendors inventory) #116

Open nicanthoni opened 3 months ago

nicanthoni commented 3 months ago

ToDO: ensure users wishlist/carts are refetched whenever logged in. Even with deleted item being successfully removed from the users cart drawer, the cart count (top alert) still shows as if the deleted item is in the cart... until manually refreshed

nicanthoni commented 3 months ago

To do:

  1. Ensure users cart (drawer badge) is being updated right away too. At the moment, after logging in to the user, I have to manually refresh in order to see the accurate cart number.
  2. Add ability to delete multiple items selected at the same time.