Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. protected $_formBlockType = 'payment/form_paymentmethodname';
  2. protected $_infoBlockType = 'payment/info_paymentmethodname';
  3.  
  4. ...
  5. protected function _construct()
  6. {
  7. parent::_construct();
  8. $this->setTemplate('payment/form/paymentmethodname.phtml');
  9. }
  10. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement