setTemplate('payment/form/banktransfer.phtml'); } /** * Get instructions text from config * * @return string */ public function getInstructions() { if (is_null($this->_instructions)) { $this->_instructions = $this->getMethod()->getInstructions(); } return $this->_instructions; } }