-
Notifications
You must be signed in to change notification settings - Fork 9.4k
2.1.1 Configurable product "%1" does not have sub-products #6422
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
This happens to me as well after I upgraded from 2.1 to 2.1.1. |
I've just reported a similar issue but with "state" instead of "stock": #6447 |
Created internal ticket MAGETWO-58033. Thanks for reporting |
Can confirm the bug in 2.1.1 |
I have the same error Attached a file |
@sevos1984 ist there a timeline for fixing MAGETWO-58922 (#6799/#5762) and MAGETWO-56480 (#5948)? |
I also face the same error. Hi , I have upgrade my magento from 2.0.7 to 2.1.1. |
Any update on this? We upgraded to magento 2.1.2 and we have the same problem. The products are not shown anymore at the category pages. Very important that this will be fixed soon. |
This is a critical error - any update? |
Please fix this soon. |
Please fix this soon. |
This bug also causes product pages to return the error whenever all sub products are out of stock causing visitors from Google etc. to receive errors instead of out of stock notice. |
Confirming this bug in 2.1.2 as well. Is there a quick fix available? We've got a project that is going live real soon and I can't wait for this... Pretty critical. |
For a workaround, see #5762 (comment) |
Seems to work in 2.1.3 now. Can you confirm? |
Fixed in 2.1.3, and in 2.2. Feel free to ping me if it still reproducible. |
Preconditions
Steps to reproduce
Expected result
Actual result
(Click me): #0 (Magento\Framework\Exception\LocalizedException): Configureerbaar product "100174" heeft geen sub-producten
magento2/app/code/Magento/ConfigurableProduct/Pricing/Price/ConfigurableOptionsProvider.php
Line 75 in 308da7d
The problem is that the UNION select has a limit on it, causing not all products to be selected..
The text was updated successfully, but these errors were encountered: