从 Magento CE 1.4.2.0 更新到 CE 1.7.0.2 后,我的工具栏坏了。
但我已经修复了它,但我想错了。
在文件 app/design/frontend/base/default/template/page/html/pager.phtml
我们有 3 个 if/endif 但我找不到可以配置的地方:
<?php if($this->getUseContainer()): ?>
<?php if($this->getShowPerPage()): ?>
<?php if($this->getShowAmounts()): ?>
我已经注释掉了,所以我可以使用它。
我可以在哪里设置使用容器?
我想知道为什么它不起作用,我的 getShowPerPage 和 getShowAmounts,因为我在 Admin Backend->System-Config->Catalog->Shop 中设置了它!
为什么 getShowPerPage & getShowAmounts 不起作用?