Hi, i want use 2 diferents toolbar in product list: upper one is full, but down only have the pager.
Any solution?
The toolbar is includen on list.php have 2 references: top (line 35) and bottom (line 121) and uses the toolbar.phtml. Y made a copy of toolbar.phtml and called it toolbar2.phtml, and modify it. Then modify list.phmtl line 121 from <?=$this->getToolbarHtml()?> to <?=$this->getToolbar2Html()?> But it doesn´t work
This seems a bit complicated. The toolbar is not declared in the xml files as other blocks but is created in List.php. Take a look at methods _beforeToHtml() and getToolbarBlock(). You probably need to copy some code in those methods to create a second toolbar block.
Sorry for double posting, just noticed this thread here after I posted here: http://www.magentocommerce.com/boards/viewthread/68940/ I have the same problem and cannot get the seperate navigation at the bottom of the page to work.