-
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
Cannot remove product_list_toolbar in XML #9413
Comments
See this topic This is why you cannot remove product_list_toolbar |
@tuyennn Based on @joshfortyfour's bug report (including mentioning the |
@astorm Yeah, also your topic is quite well. I think your explanation should help to debug and resolve this one. |
@joshfortyfour, thank you for your report. |
I'm working on it #SQUASHTOBERFEST |
[EngCom] Public Pull Requests - 2.2-develop - MAGETWO-83552: save invoice ID on credit memo when using API method salesRefundInvoiceV1 #11670 - MAGETWO-82577: [Backport 2.2] Translate order getCreatedAtFormatted() to store locale #11422 - MAGETWO-84474: 10128: New Orders not being saved to order grid #12241 - MAGETWO-83783: Shipping method fixtures not compatible with getShippingMethod(true) in OrderCreateTest #12227 - MAGETWO-83290: Add swatch option: Prevent loosing data and default value if data is not populated via adminhtml #12036 - MAGETWO-83741: 11740: Sending emails from Admin in Multi-Store Environment defaults to Primary Store #11992 - MAGETWO-83399: Fix for remove 'product_list_toolbar' block from layout in XML #9413 #11473
The issue has been fixed and delivered to 2.2-develop branch. Will be available with upcoming patch release |
Hi @okorshenko, Is it supposed to be fixed in 2.2.2? I'm having the issue on a 2.2.2. |
I think it will be a part of 2.2.4 |
Preconditions
Steps to reproduce
Expected result
Actual result
vendor/magento/module-catalog/Block/Product/ListProduct.php
file and, specifically, thegetToolbarBlock()
method which does this:It checks for the toolbar and, if it finds it, returns it. If it doesn't find it (i.e., it's removed via xml), it renders it to the page.
The text was updated successfully, but these errors were encountered: