Zen Cart Logo
Forums / General Questions / Simple question about welcome email

Simple question about welcome email

Locked

Views: 881

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
24 Sep 2009, 7:11 PM
#1
stevemax avatar

stevemax

New Zenner

Join Date:
Nov 2008
Posts:
24
Plugin Contributions:
0

Simple question about welcome email

Hi,

While I understand how to edit the welcome email that customers receive when they create a new account, I noticed that the email address them by last name. I would prefer it used their first name. Anyone help me on changing this?

(I notice on the main page of the cart when you login it uses first names.)

Thanks in advance!

24 Sep 2009, 7:35 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Simple question about welcome email

If you set the Email Salutation to FALSE in Admin->Configuration->Customer Details, it will greet them by first-name instead. That will also remove the option to select their salutation preference (gender choice in v1.3.x) in their account details.

24 Sep 2009, 7:57 PM
#3
stevemax avatar

stevemax

New Zenner

Join Date:
Nov 2008
Posts:
24
Plugin Contributions:
0

Re: Simple question about welcome email

Thank you; I knew it had to be somewhere! Thanks so much!!!

4 Oct 2009, 11:09 AM
#4
kaiz avatar

kaiz

New Zenner

Join Date:
Oct 2007
Posts:
10
Plugin Contributions:
0

Re: Simple question about welcome email

What if you still want to collect salutation account info but you want the welcome email to say Dear First Name?

How would this be done please.

Thanks

4 Oct 2009, 1:41 PM
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Simple question about welcome email

kaiz:

What if you still want to collect salutation account info but you want the welcome email to say Dear First Name?
That would require customizing the send_order_email() code in your /includes/classes/order.php to suit your unique personal preference.