|
I’ve customized the “toolbar” to change between list/grid views and choose the number of products shown per page. I want the toolbar to show up above the products and the previous/next pages links at the bottom. I thought I could do something like this:
<block type="catalog/product_list_toolbar" name="page_navigation" template="catalog/product/list/page_navigation.phtml" />
$this->getChildHtml('page_navigation');
However, there’s more going on in the List.php that builds the toolbar object so there are errors in my code. Any idea of how to separate the previous/next page links from the toolbar.phtml?
Thanks.
|