Magento get related products not having all attributes loaded
i'm taking over a project and saw that the previous developer added a custom related products association. So he implemented a function to get the associated collection looking like this /** * Retrieve collection CustomRelated product * * @return Mage_Catalog_Model_Resource_Product_Link_Product_Collection…