-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fix to include an else to display a "static block" only #9450
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
Fix to include an else to display a "static block" only #9450
Conversation
Hi @nathanchick Additionally, |
The contents of the file does not contain the else I have added. If it is not in content mode or is in mixed it will show products otherwise nothing. So if the admin panel is set to 'Static Block' only it will not show the static block that has been selected on the product list page.
Please check the diff you will see what has been added and what it is currently missing. |
@nathanchick Could you please provide exact steps you follow to reproduce the problem? |
@ishakhsuvarov Yeah sure, it is only a small oversight but does need adding to the core.
Expected result Actual result The reason why I hope this is enough, I really can't explain this any further. As I said the issue is really small but I thought it is still needed. |
Hi @nathanchick, |
@nathanchick We still can not reproduce this problem with the |
[Spartans] BugFix Delivery
Description
Whilst working, we noticed that when we set the category to show static block only nothing showed on the fronted. When taking a look at the view file we noticed this was not included.