If you want to display all product in a page just open the file
app/code/core/Mage/Catalog/Block/Product/List/Toolbar.php
Inside this file, the function that we are interested in is getLimit() beginning around line 723.
change
app/code/core/Mage/Catalog/Block/Product/List/Toolbar.php
Inside this file, the function that we are interested in is getLimit() beginning around line 723.
change
$limit = 'all';
No comments:
Post a Comment