-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Out of Stock message issue when add child product of Configurable / Bundle product #13037
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
Out of Stock message issue when add child product of Configurable / Bundle product #13037
Conversation
|
@dmanners There is a Travis CI build failed. It says " 150 | ERROR | [x] Whitespace found at end of line". Do I need to commit code again after removing white space from line 150? |
Hello Team, How soon my pull request gets merged? as I have generated this pill request since long. Is there anything that I need to do to make this possible sooner? Regards |
Hi @hitarthpattani we will process this as soon as we can. Could you first please make sure that you have used the same user for each commit and that this user has signed the cla. Without this we cannot process this pr. Thank you. |
Hello, @dmanners I have done all the process that was mentioned in this pull request. As I don't have any other user in git, this is the same user who has signed cla and committed the code. Is there any other process that I need to follow apart from this as I see all the three automated checks has already passed. Please let me know. Want to work more with Magento Community. |
Hi @hitarthpattani if you look at the page https://github.com/magento/magento2/pull/13037/commits you will see two commits. 1 is by the user Hitarth Pattani (which is not attached to any github user) and the other is by hitarthpattani which is your git hub users. My guess here is that the user attached to the first commit has a different email address than attached to your github. I would recommend you have a look through this stackoverflow answer to try and update the first commit to the correct author. https://stackoverflow.com/a/3042512 Thank you |
…ct for which child product is out of stock
2b4d8a8
to
8f43caf
Compare
Hello @dmanners, Can you please confirm that the changes that I have made to change owner name is correct or not? As it seems I have done proper changes. Please let me know as I have one more pull request to submit. Thanks for your support. |
Hi @slavvka, thank you for the review. |
Hey @hitarthpattani Thank you for the contribution but we couldn't reproduce the scenario you provided. We did the following:
Could you please verify that the issue still exists? |
hey @hitarthpattani are you going to continue on working on this issue? |
Hi @hitarthpattani , I am closing this PR now due to inactivity. |
I was looking one of Magento issues i.e. #12317 related to out of stock swatch option should be hidden based on selection, but when I tried to reproduce this issue, I get to know there is one more issue with the configurable drop-down attributes. When we assign out of stock simple product variation to the configurable product, it gives the wrong message when we select that combination option and press add to cart button. It should say out of stock product but it says you have not selected an option. The same way, there is an issue with bundle product as well.
## Steps to reproduce
## Expected result
When we add the configurable product to cart with out of stock variation, you'll get the error message, "The options you selected are not available.". Same way, when we add bundle product to cart with out of stock child product, you'll get the error message, "The options you selected are not available.".
## Actual result
In both cases, add configurable / bundle product to cart with out of stock variation, the error message should be "This product is out of stock."
Contribution checklist