Skip to content

Instantly share code, notes, and snippets.

View ajankovic's full-sized avatar

Aleksandar Janković ajankovic

  • 90poe
  • Belgrade, Serbia
View GitHub Profile
<?php
Mage::getSingleton('catalog/product_status')->addVisibleFilterToCollection($collection);
Mage::getSingleton('catalog/product_visibility')->addVisibleInCatalogFilterToCollection($collection);
Mage::getSingleton('cataloginventory/stock')->addInStockFilterToCollection($collection);
$collection->addAttributeToFilter('is_saleable', TRUE);