-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Creating a New Product Makes Existing Products Not Found #6845
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
@epadmin thank you for your report.
|
I wonder if this is the same problem or related to #6799 -------- Original Message -------- @epadmin thank you for your report. Could you please provide more detailed steps on: how you add a new product; how do you add 'featured products'. Please describe your actions step by step. Please also provide information about your environment: operating system, versions of PHP, MySQL and web server. —You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread. |
I tried attaching a .swf video file to show the process but github won't take it. I can email directly if it would help. Essentially products>catalog click Add product I am using a slider to randomly display up to 6 products in the featured product section from Category-id=3 Server: Localhost via UNIX socket |
@epadmin do you mean you use some side extension for 'featured products'? |
I think I might have figured it out. When I created the original product and added configurations, they were all set to the DEFAULT attribute set. I then updated the parent product to a different attribute set expecting the children to automatically be updated but they were still set to default. I have updated the attribute set of the child products to match the parent product and now everything seems to be showing.As a side note, somehow the children keep disassociating from the parent product. I noticed that under the configurations section, the Add Products Manually link is only visible if there are existing configurations. Is this on the list for known bugs? The add products manually link under the configurations section should always be visible. A store owner may initially set up products individually and later decide they want them grouped under a parent.I will let you know if the problem comes back or if this is a real fix. Thanks! -------- Original Message -------- @epadmin do you mean you use some side extension for 'featured products'? —You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread. |
Ok, so that was a short lived victory. I don't know what it is, but if I disable the configurable product that has been causing the problem everything else shows up but if I enable it they all disappear again. I have gone over the settings for the configurable product and all looks good, I have checked the simple child products and can't see anything wrong. It has something to do with being a configurable product just need to figure out what. -------- Original Message -------- @epadmin do you mean you use some side extension for 'featured products'? —You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread. |
I had the same message Or simply:
More about SampleData in production mode you can find on http://devdocs.magento.com/guides/v2.1/install-gde/install/sample-data-after-composer.html |
@tobias awesome thanks for the info. I will try it and see if it works for us. Is there a way to do this from the admin panel? -------- Original Message -------- I had the same message We're sorry, an error has occurred while generating this email. on our production environment and was able to fix the problem by disabling SampleData in app/etc/config.php > 'Magento_SampleData' => 0. Or simply: bin/magento module:disable Magento_SampleData —You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread. |
@epadmin is this issue still actual? |
it is not an extension. it is the built magento slider pulling from a category to display certain products. Someone said they solved the problem by removing all the sample data. I have not tried that yet. I updated to the new release and it immediately fixed the problem, but 10 hours later when I went back it was doing it again. I am giving up on M2 for now and currently rebuilding everything on M1 -------- Original Message -------- @epadmin is this issue still actual? If you use some external extension for 'featured products' please explain why do you think it to be an issue on Magento side and not on extension side? —You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread. |
Hi @epadmin
I just disabled the module SampleData in |
Unfortunately, I could not reproduce the issue. Can you check your problem on the latest version of Magento 2? |
Preconditions
Steps to reproduce
Expected result
Actual result
2 Product filters see that the products exist but will not display them

The text was updated successfully, but these errors were encountered: