Example #1
0
 /**
  * Render block HTML
  *
  * @return string
  */
 protected function _toHtml()
 {
     $this->getProduct()->setShortDescription(null);
     return parent::_toHtml();
 }