Any joy with this yet from anyone at Actinic?
Thanks
Pete
Thanks
Pete
12. Then search for: '# Construct the mail text and send it to the merchant' 13. You need to add a line for each field after: $sTextMailBody .= ACTINIC::GetPhrase(-1, 2373) . "\r\n" . $sMessage . "\r\n\r\n"; for example: $sTextMailBody .= "MyNewFieldName:" . $sMyNewField . "\r\n";
Comment