Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2008
    Posts
    83
    Plugin Contributions
    0

    Default 'wecome email' - how can i turn it off?

    hi

    how can i turn off the welcome email message that customers receive after they register?

    thanks

  2. #2
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: 'wecome email' - how can i turn it off?

    If you mean the one that you receive, it's in configuration/e-mail options/send copy of create account emails to - status. If you mean the one the customer receives, there is no way to turn if off from admin.

  3. #3

    Default Re: 'wecome email' - how can i turn it off?

    You can modify the code in file includes/modules/create_account.php line 403

    change

    // send welcome email
    zen_mail($name, $email_address, EMAIL_SUBJECT, $email_text, STORE_NAME, EMAIL_FROM, $html_msg, 'welcome');
    to

    // send welcome email
    //zen_mail($name, $email_address, EMAIL_SUBJECT, $email_text, STORE_NAME, EMAIL_FROM, $html_msg, 'welcome');
    aka comment the code

 

 

Similar Threads

  1. How can I turn off the contact form?
    By RobM in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 22 Jan 2009, 07:47 PM
  2. How can I turn off a category on menu
    By Out2lunch in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 2 Aug 2008, 05:23 PM
  3. how can i turn off navColumnTwo
    By rcallan515 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Jun 2007, 04:27 PM
  4. Add To Cart: how can I turn off the text *Mixed OFF
    By rstevenson in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Apr 2007, 06:51 AM
  5. How Can I turn Off Header Menu
    By Dizzie in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 14 Sep 2006, 03:38 AM

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