如何在Magento 1.9.1.0中使用网格视图从产品列表中的工具栏中完全删除按页面排序和显示。我店里只有一些产品,所以现在我不需要排序和显示功能。我应该编辑哪个文件以及如何更改此文件中的代码。
答案 0 :(得分:0)
如果要从产品详情页面中完全删除工具栏,可以转到位于以下位置的list.phtml
文件:
app/design/frontend/rwd/default/template/catalog/product/list.phtml and comment the below lines
1) <?php //echo $this->getToolbarHtml() ?>
2) <?php /*<div class="toolbar-bottom">
<?php echo $this->getToolbarHtml() ?>
</div> */ ?>
我的建议是将list.phtml复制到您的本地。