Example #1
0
 protected function _toHtml()
 {
     if ($this->getProduct()) {
         return parent::_toHtml();
     }
     return '';
 }
Example #2
0
 protected function _toHtml()
 {
     return parent::_toHtml();
 }