xxxxxxxxxx
/**
* Go in that file:
* PrestaFolder/classes/Mail.php
*/
/* Find the line starting with: */
$templateVars['{color}']
/* And below that line add this piece of code: */
$templateVars['{bankwire_owner}'] = Configuration::get('BANK_WIRE_OWNER');
$templateVars['{bankwire_details}'] = nl2br(Configuration::get('BANK_WIRE_DETAILS'));
$templateVars['{bankwire_address}'] = nl2br(Configuration::get('BANK_WIRE_ADDRESS'));