I am having problems moving Product List toolbar from content block to left block.
I would like to display only sort-by option, which is easily done by setting up a custom toolbar template file toolbar_custom.html. But I get an error by output.
As I open the product listing page in browser I get this error message:
Fatal error: Call to a member function getSize() on a non-object in magento/app/design/frontend/my_theme/default/template/catalog/product/list/toolbar_custom.phtml on line 37
I’m searching for this solution over several month in millions of google searches and thousends of forum posts...there is really no solution to move the toolbar to the left sidebar...i guess because its rendered by the list php file…
but there has to be a solution guys...come on, please help us...or please tell us if its not possible…
obviously there is no other solution than using css and position absolute...very dirty, but for many reasons (e.g. ajax loading improved navigation) i don’t think its possible to move the toolbar to the left.