-
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
[Issue] Search Navigation not visible if default category has "Display Mode" other than "page" #39561
Comments
Hi @engcom-Bravo. Thank you for working on this issue.
|
Hi @lucafuser, Thanks for your reporting and collaboration. We have tried to reproduce the issue in Latest 2.4-develop instance and we are not able to reproduce the issue.Kindly refer the screenshots. Layered navigation block is visible. Could you please let us know if we are missing anything and kindly elaborate the steps to reproduce and provide screenshots if possible to proceed further. Thanks. |
Hi @engcom-Bravo , Step to reproduce
Please let me know, thank you |
Hi @lucafuser, Thanks for your update. We have tried to reproduce the issue in Latest 2.4-develop magento instance and we are able to reproduce the issue.Kindly refer the screenshots. Layered navigation block is not visible. Hence Confirming the issue. Thanks. |
✅ Jira issue https://jira.corp.adobe.com/browse/AC-13787 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-Bravo. Thank you for verifying the issue. |
This issue is automatically created based on existing pull request: #39555: Search Navigation not visible if default category has "Display Mode" other than "page"
Resolve search result navigation block visibility even if website default category has "Display Mode" with value other than "page"
Description (*)
In catalogsearch result page, the current category is the Default Category, see
\Magento\Catalog\Model\Layer::getCurrentCategory()
In case the default category has Display mode value "Static block only" or "Static block and products", canShowBlock method condition is false and the navigation block is not visible.
Added a or condition to check also the routeName in canShowBlock method to avoid current behavior.
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)
The text was updated successfully, but these errors were encountered: