Results 1 to 7 of 7
  1. #1
    Join Date
    Apr 2007
    Posts
    15
    Plugin Contributions
    0

    Default Can't Turn off Create Account Emails

    Can I selectively turn off 'Create Account Emails' and leave 'Order Confirmation Emails' turned on? Or do I only have the option to either 'Send' or 'Not Send' emails globally?
    Thanks

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Can't Turn off Create Account Emails

    Could you just not enter an email address in the Create Account field(s) in Admin - Configuration - Email Options?

  3. #3
    Join Date
    Apr 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Can't Turn off Create Account Emails

    Thanks Steve, I could easily be wrong, but I think the default behavior is to still send an email to the New Customer - not entering an email in the 'Send Copy of Create Account Emails' would just mean that I didn't get a copy. I don't see an option to prevent the New Customer from receiving notification - without turning off Send E-Mails globally.

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Can't Turn off Create Account Emails

    Oh, I see.You don't want the customer to get the email either.

    Is this a case of your creating customers yourself? Otherwise, why wouldn't you want the customer to receive the email?

  5. #5
    Join Date
    Apr 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Can't Turn off Create Account Emails

    yes, this is an evolution of an attempt to use the cart as a site for a third party (sales rep) to register and complete transactions for their clients. So, I don't want the 'buyer' to be notified of the creation of the new account.

  6. #6

    Default Re: Can't Turn off Create Account Emails

    Did you ever figure this out? I would like to turn off the customer getting the create account email but I would still like to get them. Did you ever figure this out?

  7. #7
    Join Date
    Oct 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: Can't Turn off Create Account Emails

    I dont think there is a setting to turn it off, but if you go to /includes/modules/create_account.php

    and on around line 408 you'll see:

    Code:
    // send welcome email
    zen_mail($name, $email_address, EMAIL_SUBJECT, $email_text, STORE_NAME, EMAIL_FROM, $html_msg, 'welcome');
    just comment it out like:

    Code:
    // send welcome email
    // zen_mail($name, $email_address, EMAIL_SUBJECT, $email_text, STORE_NAME, EMAIL_FROM, $html_msg, 'welcome');
    Then upload it to your server and you should be good to go.
    -Aaron

 

 

Similar Threads

  1. turn off display of product model in invoices, emails
    By bi11i in forum General Questions
    Replies: 1
    Last Post: 27 Jun 2012, 09:20 PM
  2. Turn off order reciept emails
    By cmos in forum General Questions
    Replies: 1
    Last Post: 21 Apr 2010, 05:26 PM
  3. 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

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