HackYourFuture-CPH / fp-class18

Interior design webshop
MIT License
1 stars 0 forks source link

Frontend: Update stock amount #290

Closed GreeshmaRahool closed 2 years ago

GreeshmaRahool commented 2 years ago

Description

Update product's stock amount for every purchase

Fixes #280

How to test?

npm run dev

Checklist

GreeshmaRahool commented 2 years ago

Great job @GreeshmaRahool 👍 Better Solution 🥇 Now the PR is working perfectly. Now, Its not only updating the stock amount after the purchase is complete, but also resetting the random value if the stock amount is zero. This is better solution than disabling the ADDTOCART button as you did it before.

Thanks @BikramRawat👍

BikramRawat commented 2 years ago

🥇