Exemplo n.º 1
0
 protected function _getProductChildIds($productId, $typeId)
 {
     if (!$this->getIndexModel()->getIndexInstance()->getProperty('include_bundled')) {
         return null;
     }
     $result = parent::_getProductChildIds($productId, $typeId);
     return $result;
 }
Exemplo n.º 2
0
 protected function _getProductChildIds($productId, $typeId)
 {
     $uid = Mage::helper('mstcore/debug')->start();
     if (!$this->getIndexModel()->getIndexInstance()->getProperty('include_bundled')) {
         return null;
     }
     $result = parent::_getProductChildIds($productId, $typeId);
     Mage::helper('mstcore/debug')->end($uid, $result);
     return $result;
 }