Zen Follower
- Join Date:
- Feb 2009
- Posts:
- 354
- Plugin Contributions:
- 0
where is greeting located??
Does anyone know where I can locate the 'Dear %' part for the direct mail?? - I would like to move it.
_thanks
Views: 922
Zen Follower
Does anyone know where I can locate the 'Dear %' part for the direct mail?? - I would like to move it.
_thanks
New Zenner
I think you would need to edit it in your store files includes/languages/english/create_account.php in the greeting salutation part :wink:
// 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");
Zen Follower
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
Zen Follower
oops .. pretty obvious this one - sorry .. it's in the '/email/email_template_direct_email.html'..
_thanks
Tell staff why this post should be reviewed.