Пример #1
0
 /**
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('bitpay/iframe.phtml');
 }
 protected function _construct()
 {
     parent::_construct();
 }
Пример #3
0
 protected function _construct()
 {
     $this->getCheckout()->setStepData('payment', array('label' => $this->__('Payment Information'), 'is_show' => $this->isShow()));
     parent::_construct();
 }
Пример #4
0
 protected function _construct()
 {
     $this->setTemplate('bitcoins/iframe.phtml');
     parent::_construct();
 }