Jump to content

Add Bankwire info to other payment module email


Recommended Posts

How can I add bankwire info to another payment module email notification?

 

I tried just adding the following at the end of the array, but it does not work:

 

'{bankwire_owner}' => Configuration::get('BANK_WIRE_OWNER'),

'{bankwire_details}' => nl2br(Configuration::get('BANK_WIRE_DETAILS')),

'{bankwire_address}' => nl2br(Configuration::get('BANK_WIRE_ADDRESS'))

);

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...