-
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
After updating products from code, thumbnails are not showing in catalog and on backend #13262
Comments
@erikkubica The GitHub issue tracker is intended for technical issues only. Please refer to the Community Forums or the Magento Stack Exchange site for technical questions. |
@magento-engcom-team Hi, i would like. But since after
Thumbnails stop working, it seems like a magento bug since i am not even updating image related data..... which should be here. If it's correct Magento behavior, then it should be documented somewhere. But I was unable to find any "working" solution, and at the most of the solutions, it was a confirmed bug in M2 v2.1.6 |
@erikkubica, thanks for clarifying that. |
@magento-engcom-team Seem like using $product->save(); instead of $productRepository->save($product); does not cause the issue. |
Hi @magento-engcom-team @erikkubica, Do either of you have an update on a fix to the ProductRepository? I believe we're experiencing the same issue after an upgrade to 2.2.3 and are currently trying to debug it. Thanks |
Hey @toddhainsworth , IF I remember correctly the problem was with store_id of thumbnails after changing single store to multi store or vice versa. The same problem happened with setting tax_class from import. for some reason magento struggles with saving data to the correct store in some cases. But i am not 100% sure |
Thanks @erikkubica - hmm sounds plausible, appreciate the details! 😄 |
Hi @erikkubica , do you have the media attributes intact? If not then this can help:
|
Hi @engcom-Delta. Thank you for working on this issue.
|
@erikkubica @toddhainsworth Unfortunately, I am not able to reproduce issue by steps you described on clean 2.4-develop
Actual result: Please feel free to comment, reopen or create new ticket according to the Issue reporting guidelines |
Preconditions
Steps to reproduce
Expected result
Actual result
Color swatches and other images works, just the thumbnails not on product listings.
Any idea what can be the issue? It worked until i did not updated the products form code.
The text was updated successfully, but these errors were encountered: