Limit Number of Products Shown on Pages

 

Limit Number of Products Shown on Pages

<?php
     $collection = Mage::getModel('...')->getCollection();
     $collection->getSelect()->limit(20);
?>

Leave a Reply

Your email address will not be published. Required fields are marked *