Example #1
0
 /**
  * Add sidebar conditions to collection
  *
  * @param  Mage_Wishlist_Model_Mysql4_Item_Collection $collection
  * @return Mage_Wishlist_Block_Customer_Wishlist
  */
 protected function _prepareCollection($collection)
 {
     $collection->setCurPage(1)->setPageSize(3)->setInStockFilter(true)->addWishListSortOrder('added_at', 'desc');
     return $this;
 }