-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Can't add grouped product, with out of stock sub product, to cart #12970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@breg-13, thank you for your report. |
Facing the same issue. |
This issue can be resolved by setting the grouped product Manage Stock = No. @magento-engcom-team, should grouped products be fixed to manage_stock=no? The grouped product is just a display container. There should never be any stock of the container to manage. |
I am having the same issue. When there is 1 assoc product with no stock then it just returns 'please specify quantities of product(s)" |
Hi @breg-13. Thank you for your report.
The fix will be available with the upcoming 2.2.8 release. |
…tock sub product, to cart.
Hi @kirillvidyuk. Thank you for your report. The fix will be available with the upcoming 2.3.1 release. |
Hi, It is still not working in version 2.3.1. |
This issue has not been resolved yet. Preconditions Steps to reproduce:
Expected result:
Actual result:
What i don't understand is why There are two possible solutions:
|
Hi @engcom-Charlie. Thank you for working on this issue.
|
✅ Confirmed by @engcom-Charlie Issue Available: @engcom-Charlie, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
I forgot to mention this by the way, but the error is thrown because of the 'Out of stock' product. |
Hi @kirillvidyuk. Thank you for your report and collaboration! The related internal Jira ticket But if you still run into this problem please update or provide additional information/steps/preconditions in the Description section and reopen this issue. |
We can confirm this issue has not been resolved yet. Preconditions Steps to reproduce: Expected result: Actual result: Citing #12970 (comment) thanks @stephan-cream For now I'm going with |
@magento give me 2.4-develop instance |
Hi @romeof1980. Thank you for your request. I'm working on Magento instance for you. |
Hi @romeof1980, unfortunately there is no ability to deploy Magento instance at the moment. Please try again later. |
@magento give me 2.4-develop instance |
Hi @romeof1980. Thank you for your request. I'm working on Magento instance for you. |
Hi @romeof1980, unfortunately there is no ability to deploy Magento instance at the moment. Please try again later. |
@magento give me 2.4.3 instance |
Hi @romeof1980. Thank you for your request. I'm working on Magento instance for you. |
Hi @romeof1980, here is your Magento Instance: https://003f6dccc25b670a15cc3fb761cc194f.instances.magento-community.engineering |
how weird I can't reproduce this. I really can't understand how the clean 2.4.3 can add due to the following: |
@magento give me 2.4.3-p1 instance |
Hi @romeof1980. Thank you for your request. I'm working on Magento instance for you. |
Hi @romeof1980, unfortunately there is no ability to deploy Magento instance at the moment. Please try again later. |
ok not able to reproduce on vanilla 2.4.3. Not a bug.
this is how it works:
another possibility is that if you have an implementation with js table pagination: only the product in the first page (and only if first page is current page when you add to cart) are considered in the add to cart POST request. If you have a product in stock in the other pages it throw the same error |
@romeof1980 thanks for going that deep. It is appreciated |
When "Stores -> Configuration -> Catalog -> Inventory -> Options -> Display Out of Stock Products" config enabled.
Can't add grouped product, which haves out of stock sub product, to cart.
Preconditions
Steps to reproduce
http://pix.toile-libre.org/upload/original/1514981790.png
Expected result
Actual result
http://pix.toile-libre.org/upload/original/1514981851.png
The text was updated successfully, but these errors were encountered: