Пример #1
0
 /**
  * Cache allowed
  *
  * @param string $template Template
  *
  * @return boolean
  */
 protected function isCacheAllowed($template)
 {
     return parent::isCacheAllowed($template) && $this->isStaticProductList();
 }