I am trying to get the entire magento product collection, without any filters or restrictions, but I fail to get all products.
I\'ve tried various methods already, but t
try using
Mage::app()->setCurrentStore('0'); // same as Mage::app()->setCurrentStore(Mage_Core_Model_App::ADMIN_STORE_ID);
this hepled me