-
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
magento 2.2.2 text swatch switches product image even if attribute feature is disabled #16446
Comments
Hi @LouNik1984. 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 @LouNik1984 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.2 instance |
Hi @LouNik1984. Thank you for your request. I'm working on Magento 2.2.2 instance for you |
Hi @LouNik1984, here is your Magento instance. |
I confirm I can reproduce the issue on the vanilla Magento instance you provided me. What I did on the vanilla instance
ResultIf you go to the frontend product page https://i-16446-2-2-2.engcom.dev.magento.com/test-product.html and click on the different configurations/text swatches, you can see that the image is loaded every time you click on a variation even if the attribute size is set to "Update Product Preview Image" = NO |
Hello @LouNik1984, thank you for your report. |
Hi @ravi-chandra3197. Thank you for working on this issue.
|
Hi @shikhamis11. Thank you for working on this issue.
|
Hi @LouNik1984. Thank you for your report.
The fix will be available with the upcoming 2.3.3 release. |
… attribute feature is disabled magento#16446 magento#19184 - Merge Pull Request magento#19184 from ravi-chandra3197/magento2:patch-16446 - Merged commits: 1. dfaee8e 2. 6ce2026 3. 01e8ff1 4. 73ef119
… attribute feature is disabled magento#16446 magento#19184
Hi @LouNik1984. Thank you for your report. The fix will be available with the upcoming 2.2.10 release. |
Preconditions
magento 2.2.2 with one website and two store views
php 7.0 on ubuntu 16.04 with nginx
Steps to reproduce
Expected result
When I load the frontend product page, the image shown is the configurable image.
When I click on a size/variation (since the Update Product Preview Image set to NO in attribute size) I still expect to see the configurable image
Actual result
When I load the frontend product page, the image shown is the configurable image. That is correct.
When I click on a size/variation, the image is changed to the simple product image. This is wrong.
Other Notes
If I remove the image from the associated simple product, then go to the frontend product page and click on the size, the image shown is still the configurable image. However, the image is still being reloaded everytime I click on a size/variation, making the page glitch for a moment. This should be avoided.
The text was updated successfully, but these errors were encountered: