JiyaGupta-cs / ShopNex

React Ecommerce App
https://shopnex.vercel.app
90 stars 183 forks source link

Adding Feature in Cart: Quantity Increment/Decrement & Size Switching #517

Open anagha-chaudhari opened 2 weeks ago

anagha-chaudhari commented 2 weeks ago

Issue Description

Here, I would like to add an incrementing and decrementing quantity feature along with the size switching feature in the cart.

Steps to Reproduce

  1. In the cart add quantity controls like +, -
  2. For switching sizes add a size selection dropdown / buttons to switch
  3. Update the total price accordingly

Expected Behavior

The user would be able to increment/decrement the product's quantity in the cart and switch the size to S,M,L,XLetc. seamlessly within the cart itself. The product price will be updated dynamically

Actual Behavior

There is no such feature as of now

Screenshots

cartShopNex

anagha-chaudhari commented 1 week ago

@JiyaGupta-cs can you assign me this issue please?