Last active
October 25, 2018 12:49
-
-
Save Maksold/3910213 to your computer and use it in GitHub Desktop.
#magento - remove product_list_toolbar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if (!$this->getHideToolbar()): ?> | |
<?php echo $this->getToolbarHtml() ?> | |
<?php endif ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<reference name="product_list"> | |
<action method="setHideToolbar"><hide>1</hide></action> | |
</reference> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to hide the toolbar in the search results?