mro Posted January 25, 2011 Share Posted January 25, 2011 I am creating this post becouse ANY of similar problems on this forum do not resolve this issue on presta 1.3.6.0The 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 More sharing options...
Recommended Posts