-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
configurable product price is not shown for out-of-stock subproducts, even if it is configured to #17897
Comments
Hi @brosenberger. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
where @brosenberger do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
@magento-engcom-team give me 2.2.3 instance |
Hi @brosenberger. Thank you for your request. I'm working on Magento 2.2.3 instance for you |
Hi @brosenberger, here is your Magento instance. |
@magento-engcom-team it can be reproduced, see product https://i-17897-2-2-3.engcom.dev.magento.com/myconfigurable.html where no price is shown. |
Duplicate of #16069 |
Preconditions
Steps to reproduce
Expected result
Actual result
I think the problem lies within https://github.com/magento/magento2/blob/2.2-develop/app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/StockStatusBaseSelectProcessor.php#L48 where the addition of the sql check for stock status should be within the else part of this condition, e.g.
The text was updated successfully, but these errors were encountered: