Does anyone know where I can locate the 'Dear %' part for the direct mail?? - I would like to move it.
_thanks
Does anyone know where I can locate the 'Dear %' part for the direct mail?? - I would like to move it.
_thanks
I think you would need to edit it in your store files includes/languages/english/create_account.php in the greeting salutation part
Code:// greeting salutation define('EMAIL_SUBJECT', 'Welcome to ' . STORE_NAME); define('EMAIL_GREET_MR', 'Dear Mr. %s,' . "\n\n"); define('EMAIL_GREET_MS', 'Dear Ms. %s,' . "\n\n"); define('EMAIL_GREET_NONE', 'Dear %s' . "\n\n");
Thanks for the response.. yeh I thought the same but that file doesn't seem to effect the salutation appearing in the direct mail from the admin area.. a worthy suggestion though .. maybe there are more out there..
_thanks
oops .. pretty obvious this one - sorry .. it's in the '/email/email_template_direct_email.html'..
_thanks