Zen Cart Logo
Forums / General Questions / where is greeting located??

where is greeting located??

Locked

Views: 922

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
21 Jan 2010, 9:17 AM
#1
g_force avatar

g_force

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

21 Jan 2010, 2:52 PM
#2
opal avatar

opal

New Zenner

Join Date:
Apr 2008
Posts:
70
Plugin Contributions:
0

Re: where is greeting located??

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");
21 Jan 2010, 7:42 PM
#3
g_force avatar

g_force

Zen Follower

Join Date:
Feb 2009
Posts:
354
Plugin Contributions:
0

Re: where is greeting located??

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

22 Jan 2010, 8:45 AM
#4
g_force avatar

g_force

Zen Follower

Join Date:
Feb 2009
Posts:
354
Plugin Contributions:
0

Re: where is greeting located??

oops .. pretty obvious this one - sorry .. it's in the '/email/email_template_direct_email.html'..

_thanks