开发者

Magento: Display # of pages in category list page

开发者 https://www.devze.com 2023-01-16 12:36 出处:网络
I\'m trying to display the # of pages on the category list page. Something like this: 开发者_如何学Go

I'm trying to display the # of pages on the category list page. Something like this:

开发者_如何学Go
<?= Mage::getSingleton('page/html_pager')->getCollection()->getSize()->getLastPageNum(); ?>

Can anyone help me out?


Looks like Magento uses this:

$this->getCollection()->getLastPageNumber();
0

精彩评论

暂无评论...
验证码 换一张
取 消