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.
Hi,
You can make changes according to your requirements from here:
app\design\frontend\[theme name]\[package name]\template\catalog\product\list\toolbar.phtml
ok and what changes do i have to do once i get to the file toolbar.phtml ????
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.
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>