Jump to content

No BANKWIRE DETAILS IN EMAIL PRESTA 1.3.6.0 bankwire_owner etc.


Recommended Posts

I am creating this post becouse ANY of similar problems on this forum do not resolve this issue on presta 1.3.6.0

The message appear as follow (offcourse everything is written in payment module):

bank: {bankwire_owner}

Adres :
{bankwire_details}

{bankwire_address}

CODE:

$templateVars = array(
'{bankwire_owner}' => (Configuration::get('BANK_WIRE_OWNER') ? Configuration::get('BANK_WIRE_OWNER') : ''),
'{bankwire_details}' => (Configuration::get('BANK_WIRE_DETAILS') ? nl2br(Configuration::get('BANK_WIRE_DETAILS')) : ''),
'{bankwire_address}' => (Configuration::get('BANK_WIRE_ADDRESS') ? nl2br(Configuration::get('BANK_WIRE_ADDRESS')) : '')
);


Can someone help me with that ?

Link to comment
Share on other sites

×
×
  • Create New...