cancel
Showing results for 
Search instead for 
Did you mean: 

Remove Sort by and Show per page from toolbar

Remove Sort by and Show per page from toolbar

How to remove completely Sort By and Show per page from toolbar on product listing with grid view in Magento 1.9.1.0. I have only a few products on my shop so now I don't need sorting and showing functions. What file should I edit and how to change code in this file.

4 REPLIES 4

Re: Remove Sort by and Show per page from toolbar

@romperpomper

 

Hi,

 

You can make changes according to your requirements from here:

app\design\frontend\[theme name]\[package name]\template\catalog\product\list\toolbar.phtml
Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: Remove Sort by and Show per page from toolbar

ok and what changes do i have to do once i get to the file toolbar.phtml ????

Re: Remove Sort by and Show per page from toolbar

This is programming related thing. If you're unable to figure it out yourself (this is relatively simple template file, all you need to do is to comment out sorting block), then I strongly recommend you to do nothing. Instead find somebody with necessary skill-set.

Tanel Raja

Re: Remove Sort by and Show per page from toolbar

In case you do not have programming knowledge, I would recommend to take help from someone with technical knowledge.

You just need to remove the two DIVs:

1. <div class="limiter">......</div>

2.  <div class="sort-by">......</div>