magento / community-features

Magento Features Development is an Initiative to Allows Community Memebers Join to Development of Magento Features
46 stars 18 forks source link

Change default value in QTY field in product view to 1 #299

Closed Eddcapone closed 3 years ago

Eddcapone commented 3 years ago

It makes no sense to set the value initially to 0, set it to 1 so that customers are not forced to change it to 1 all the time.

image

m2-assistant[bot] commented 3 years ago

Hi @Eddcapone. Thank you for your report. To help us process this issue please make sure that you provided sufficient information.

Please, add a comment to assign the issue: @magento I am working on this


sivaschenko commented 3 years ago

@Eddcapone thanks for reporting. If your default Qty is 0 - it sounds more like a bug than a feature request, can you please provide the steps to reproduce.

Eddcapone commented 3 years ago

You just have to install magento 2 and create a product then view the product in frontend. QTY will be 0.

mrtuvn commented 3 years ago

Screenshot_20201017-195005.png Default qty is 1 not sure why this happen in your site

Eddcapone commented 3 years ago

You don't appear to use a fresh shop

hostep commented 3 years ago

@Eddcapone: I can't confirm. I've just setup a clean Magento 2.4.1 shop, created a category and product with enough stock. Visiting the product on the frontend shows the number 1 in the qty field:

Screenshot 2020-10-19 at 13 45 01

Have you already tried it in a clean setup? Because your screenshot also looks to be using a customised Magento...

mrtuvn commented 3 years ago

Screenshot from 2020-10-19 21-23-49 here is details page in luma theme with latest code base

Eddcapone commented 3 years ago

Ok thank you all, then it looks like it is an old bug which they already fixed or a strange mistake. I also can't reproduce it anymore.