Skip to content

Instantly share code, notes, and snippets.

@Maksold
Last active October 25, 2018 12:49
Show Gist options
  • Select an option

  • Save Maksold/3910213 to your computer and use it in GitHub Desktop.

Select an option

Save Maksold/3910213 to your computer and use it in GitHub Desktop.
#magento - remove product_list_toolbar
<?php if (!$this->getHideToolbar()): ?>
<?php echo $this->getToolbarHtml() ?>
<?php endif ?>
<reference name="product_list">
<action method="setHideToolbar"><hide>1</hide></action>
</reference>
@computer-spezialisten-de
Copy link
Copy Markdown

How to hide the toolbar in the search results?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment