I mean like to take that code form banktransfer_end.php and add it to order_creation_notification.html.php, that it automatically changes when shop owner changes bank information.
I tried to add, but this "bank information" wont be added to that email.
<?php echo JText::_('ORDER_IS_COMPLETE').'<br/>'.
JText::sprintf('PLEASE_TRANSFERT_MONEY',$amount).'<br/>'.
$information.'<br/>'.
JText::sprintf('INCLUDE_ORDER_NUMBER_TO_TRANSFER',$order_number).'<br/>'.
JText::_('THANK_YOU_FOR_PURCHASE');?>
Other information form that code appears, but how to get that row to email "$information.'<br/>'." ?