コード例 #1
0
ファイル: Form.php プロジェクト: cewolf2002/magento
 /**
  * Internal constructor
  * Set payment method code
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('paypal/payflowadvanced/info.phtml');
 }
コード例 #2
0
ファイル: Form.php プロジェクト: xiaoguizhidao/bb
 protected function _construct()
 {
     parent::_construct();
     // Set custom template
     $this->setTemplate('cls_paypal/paypal/payflow/info.phtml');
 }