cn10xdev / cn10xdev/ECommerce_Product_Page
Manually change the quantity even if for single digit number
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
_On the web page we can increase or decrease the quantity by one, but when a single digit number is already there then we cannot completely upgrade to a new quantity_
For example, If product 2 has 4 quantities already in the cart and we want to change the quantities to 92 then we have to increase the quantity 5 times to make it 9 and then add 2. Is a lengthy process.
Instead of this, we could have added the feature of manually editing the quantity with the exception that quantities should not be less than or equal to 0.
[E-Commerce-Product-Page-ezgif.com-mute-video.webm](https://github.com/user-attachments/assets/9a710c0a-ce61-45e9-9408-add7872c513a)
Contributor guide
Assessment
This issue has not been assessed yet.