コード例 #1
0
ファイル: Store.php プロジェクト: sixg/mkAnagh
 public function getCollection()
 {
     $collection = parent::getCollection();
     if (Mage::getConfig()->getModuleConfig('Ced_CsSeoSuite')->is('active', 'true') && defined('Ced_CsSeoSuite_Helper_Data::VENDOR_PANEL_STORE_VIEW_CODE')) {
         $collection->addFieldToFilter('code', array('nlike' => Ced_CsSeoSuite_Helper_Data::VENDOR_PANEL_STORE_VIEW_CODE . '%'));
     }
     return $collection;
 }