Exemple #1
0
 /**
  * Do not display 'Products with low inventory' block if low-limit-products list is empty
  *
  * @return boolean
  */
 protected function isVisible()
 {
     return parent::isVisible() && 0 < $this->getData($this->getSearchCondition(), true);
 }