-
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
BUG: Wrong selected product image when query url param configurable product #26473
Comments
Hi @kylianleemkuil. 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:
For more details, please, review the Magento Contributor Assistant documentation. @kylianleemkuil do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @engcom-Echo. Thank you for working on this issue.
|
Hi @kylianleemkuil. Thank you for your report. Actual result: I have to close it. Please feel free to comment, reopen or create new ticket according to the Issue reporting guidelines |
@magento give me 2.4-develop instance |
Hi @kylianleemkuil. Thank you for your request. I'm working on Magento 2.4-develop instance for you |
Hi @kylianleemkuil, here is your Magento instance. |
@engcom-Echo I reproduced this bug on the 2.4 develop branch As you can see if I use the # as param in the URL the Select field changes and the price also. But the product image is not changed. This is how it supposed to work: I noticed in Magento\ConfigurableProduct\view\frontend\web\js\configurable.js in function _changeProductImage() that "galleryObject" is not defined when using the # param. Reopen please |
Hi, @kylianleemkuil. Thank you for the clarification. |
✅ Confirmed by @engcom-Echo Issue Available: @engcom-Echo, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @sergiy-v. Thank you for working on this issue.
|
…a updating) for configurable products
…vior when query url' for swatches, 'product image updating' for dropdown type
…for swatches, 'product image updating' for dropdown type, added MFTF tests to cover all cases: magento#26473, magento#26856, magento#26858
Hi @kylianleemkuil. Thank you for your report. The fix will be available with the upcoming 2.4.0 release. |
…nfigurable products #26560
Summary of the issue (*)
In my webshop I have games and this games have different editions and a used and a new state.
Now I have one configurable product for example: "007 From Russia With Love" with a couple of simple products under it:
(Attribute) System
(Attribute) State
In my product listings I only show the configurable products but the product URL is changed to the specific system attribute in my condition it is: http://local.magento/007-from-russia-with-love.html#142=345 so it links to the specific simple product with that system already selected.
The price and the selected system attribute is correct on the productpage only the product image is not selected for this simple product. It takes the default image of the configurable product.
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
The text was updated successfully, but these errors were encountered: