【发布时间】:2013-08-21 08:25:25
【问题描述】:
而不是显示“总共 14 项中的第 1-12 项” 我想像这样显示“总共 14 项中的 12 项” 我如何更改此代码以实现此目的
<div class="pager clearfix">
<p class="amount-catalog">
<?php echo $this->__('Items %s to %s of (%s) total', $this->getFirstNum(), $this->getLastNum(), $this->getTotalNum()) ?>
</p>
how do i change this code to achieve this
【问题讨论】:
标签: magento configure product pager