我已经在加拿大和澳大利亚的 magento admin 中添加了 2 家商店现在我想获得商店明智的产品集合目前正在使用
mangeto admin 控制器获取产品集合
$collection = Mage::getModel('catalog/product')->getCollection();
使用这个我得到了我尝试过的所有产品
$collection->setStoreId(2); // here 2 is the store id
但运气不太好:(我错过了什么吗?我扩展了 Mage_Adminhtml_Controller_Action 类