コード例 #1
0
ファイル: Info.php プロジェクト: nilshopsahl/hasla.local
 protected function _afterToHtml($html)
 {
     if ($this->getChild('easycheckout_info')) {
         $html .= $this->getChild('easycheckout_info')->toHtml();
     }
     return parent::_afterToHtml($html);
 }
コード例 #2
0
ファイル: Info.php プロジェクト: jpedro21/comerciodoboi
 protected function _afterToHtml($html)
 {
     if ($this->getChild('gomage.order_info')) {
         $html .= $this->getChild('gomage.order_info')->toHtml();
     }
     return parent::_afterToHtml($html);
 }