Hello everyone,
I am having some trouble. All I want to do is insert a link in the welcome email that customers receive after creating an account. I'm very new to php and zen cart and am having trouble figuring out where I am going wrong.
This is my problem area in the create_account.php file:
define('EMAIL_TEXT', 'Login to your new account at the <a href="http://www.addressGoesHere.com">login page</a>.' . "\n\n");
The sentence shows up just fine in the email: Login to your new account at the login page. However, "login page" appears as regular text and is not a link.
All of the other dynamic links that were in the default email, such as STORE_OWNER_EMAIL_ADDRESS, etc., work just fine. Am I doing something wrong or would I be better off creating a variable for the link and inserting the variable name in the code instead? If so, in which file do I define the variable?
Thanks to anyone who takes the time to read this.



