Results 1 to 5 of 5
  1. #1
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Help with some email changes

    How would I change the email link STORE_OWNER etc., which reads my first name at my website, to simply [email protected]?

    define('EMAIL_CONTACT', 'For help with any of our online services, please email: <a href="mailto:' . STORE_OWNER_EMAIL_ADDRESS . '">'. STORE_OWNER_EMAIL_ADDRESS ." </a>\n\nStop by and see what\'s new at http://designerperfumesnob.com");

    Another other email change I would like to make:

    The greetings are currently Dear Ms. or Mr. and I would like it to be Dear First Name Last Name,
    How would I replace the Ms. and Mr to reflect names?

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


    Thank you.
    Last edited by traytray; 11 Jan 2013 at 11:56 PM.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Help with some email changes

    Quote Originally Posted by traytray View Post
    How would I change the email link STORE_OWNER etc., which reads my first name at my website, to simply [email protected]?

    define('EMAIL_CONTACT', 'For help with any of our online services, please email: <a href="mailto:' . STORE_OWNER_EMAIL_ADDRESS . '">'. STORE_OWNER_EMAIL_ADDRESS ." </a>\n\nStop by and see what\'s new at http://designerperfumesnob.com");
    If you don't want the link to be clickable, just remove the clickable link altogether. Your emails will be less friendly that way, but it will give you exactly what you asked for:

    define('EMAIL_CONTACT', 'For help with any of our online services, please email [email protected]. \n\nStop by and see what\'s new at http://designerperfumesnob.com");

    Quote Originally Posted by traytray View Post
    Another other email change I would like to make:

    The greetings are currently Dear Ms. or Mr. and I would like it to be Dear First Name Last Name,
    How would I replace the Ms. and Mr to reflect names?

    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");
    Turn off gender in Admin->Configuration->Customer Details.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Help with some email changes

    Quote Originally Posted by DrByte View Post
    If you don't want the link to be clickable, just remove the clickable link altogether. Your emails will be less friendly that way, but it will give you exactly what you asked for:

    define('EMAIL_CONTACT', 'For help with any of our online services, please email [email protected]. \n\nStop by and see what\'s new at http://designerperfumesnob.com");


    Turn off gender in Admin->Configuration->Customer Details.
    My bad, I would love [email protected] to be a link. Please advise.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Help with some email changes

    Admin->Configuration->Email Options -- Store Owner Email Address -- set it to [email protected]
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    May 2012
    Posts
    564
    Plugin Contributions
    0

    Default Re: Help with some email changes

    Quote Originally Posted by DrByte View Post
    If you don't want the link to be clickable, just remove the clickable link altogether. Your emails will be less friendly that way, but it will give you exactly what you asked for:

    define('EMAIL_CONTACT', 'For help with any of our online services, please email [email protected]. \n\nStop by and see what\'s new at http://designerperfumesnob.com");


    Turn off gender in Admin->Configuration->Customer Details.
    I just had the opportunity to create a new test account after making the Email Salutation change in Customer Details. The salutation now comes up as Dear first name only in lower case, without a comma. Like this: Dear john

    I'd also like to change a couple of other things.

    This is the last few lines of my current welcome email:

    Stop by and see what's new at http://designerperfumesnob.com
    Sincerely,


    Store Owner

    http://designerperfumesnob.authsafe.com/

    I'd like a line of space between the URL and Sincerely, and instead of saying Store Owner, maybe something like Team Designer Perfume Snob. I'd like to remove the final URL.

    The only thing I see relates to a GV Closure not an EMAIL CLOSURE:
    define('EMAIL_GV_CLOSURE', "\n" . 'Sincerely,' . "\n\n" . STORE_OWNER . "\nStore Owner\n\n". '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'.HTTP_SERVER . DIR_WS_CATALOG ."</a>\n\n");

 

 

Similar Threads

  1. Fine tuneing, help with some changes, please!
    By nimobile in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Apr 2010, 10:35 AM
  2. Some help with layout changes
    By rapro in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 26 Jan 2010, 10:17 AM
  3. Help with some changes please.
    By chalfontgifts in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 8 Sep 2008, 06:14 PM
  4. newbie: new some help with default changes....
    By dscurlock in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 14 Feb 2008, 09:29 PM
  5. Need help with some changes in header, please
    By Kruna in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 16 Oct 2007, 11:06 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