Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Feb 2009
    Posts
    354
    Plugin Contributions
    0

    Default 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

  2. #2
    Join Date
    Apr 2008
    Posts
    71
    Plugin Contributions
    0

    Default 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

    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");

  3. #3
    Join Date
    Feb 2009
    Posts
    354
    Plugin Contributions
    0

    Default 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

  4. #4
    Join Date
    Feb 2009
    Posts
    354
    Plugin Contributions
    0

    Default Re: where is greeting located??

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

    _thanks

 

 

Similar Threads

  1. v151 Where is it located.
    By cubmanky in forum General Questions
    Replies: 5
    Last Post: 20 Jan 2015, 06:25 PM
  2. v136 Where is my database located?
    By ilovefilms in forum General Questions
    Replies: 1
    Last Post: 2 Jul 2014, 06:14 PM
  3. Where is checkoutSuccessOrderLink located at
    By hidpros in forum General Questions
    Replies: 2
    Last Post: 12 Sep 2007, 11:19 PM
  4. where is this file located?
    By Linux in forum General Questions
    Replies: 4
    Last Post: 13 Aug 2006, 09:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg