Friday, 22 January 2016

Set Product Limit on Collection in Magento

$collection = $category->getProductCollection();
$collection->getSelect()->limit(4);

No comments:

Post a Comment