Closed
Description
Wrong gallery behavior for preselected option by query url param for configurable product.
Preconditions
- Magento 2.4
Steps to reproduce
- Create a configurable product (the
color
attribute uses for example) with associated products:
- product with 'Black' color
- product with 'White' color
- Add image and video for each products like on the screenshot below.
- Add needed params to product URL to preselected option.
For example
http://store.com/configurable-b.html#93=4
where 93 - iscolor
attribute id and 4 - 'white' option idhttp://store.com/configurable-b.html#93=5
where 93 - iscolor
attribute id and 5 - 'black' option id
Expected result
- For URL with query to preselect 'white' option.
- For URL with query to preselect 'black' option.
Actual result
- For URL with query to preselect 'white' option.
- For URL with query to preselect 'black' option.
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentIndicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branch