- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Remove Sort by and Show per page from toolbar
Hi,
You can make changes according to your requirements from here:
app\design\frontend\[theme name]\[package name]\template\catalog\product\list\toolbar.phtml
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ????
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>