Example #1
0
 protected function _afterToHtml($html)
 {
     if ($this->getChild('easycheckout_info')) {
         $html .= $this->getChild('easycheckout_info')->toHtml();
     }
     return parent::_afterToHtml($html);
 }
Example #2
0
 protected function _afterToHtml($html)
 {
     if ($this->getChild('gomage.order_info')) {
         $html .= $this->getChild('gomage.order_info')->toHtml();
     }
     return parent::_afterToHtml($html);
 }