Page 1 of 3 123 LastLast
Results 1 to 10 of 27
  1. #1
    Join Date
    Jun 2006
    Posts
    21
    Plugin Contributions
    0

    Default Turning Send Welcome email option off ?

    Hi everyone,
    Is there a way to turn the Elcome email option off when a new users creates an account, we don't want to bother customers with the welcome email, so can anyone help?

    Thanks in advance...

  2. #2
    Join Date
    Apr 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Turning Send Welcome email option off ?

    In admin/email_welcome.php comment out around line 115 where it says:

    zen_mail($name, $email_address, EMAIL_SUBJECT, $email_text, STORE_NAME, EMAIL_FROM, $html_msg, 'welcome');
    so it would read:
    // zen_mail($name, $email_address, EMAIL_SUBJECT, $email_text, STORE_NAME, EMAIL_FROM, $html_msg, 'welcome');
    This shuts off the send mail function.

  3. #3
    Join Date
    Mar 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Turning Send Welcome email option off ?

    This is already commented out. What now?
    Last edited by chrisareas; 8 May 2007 at 11:20 PM.

  4. #4
    Join Date
    Mar 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Turning Send Welcome email option off ?

    I went to the create_account.php file and took out the part about sending a welcome message. But it still sends one. What's going on? Does it have something to do with using PayPal?

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Turning Send Welcome email option off ?

    The actual email is sent from the file:
    /includes/modules/create_account.php

    to the customer:
    PHP Code:
        // send welcome email
        
    zen_mail($name$email_addressEMAIL_SUBJECT$email_textSTORE_NAMEEMAIL_FROM$html_msg'welcome'); 
    to the admin:
    PHP Code:
          zen_mail(''SEND_EXTRA_CREATE_ACCOUNT_EMAILS_TOSEND_EXTRA_CREATE_ACCOUNT_EMAILS_TO_SUBJECT ' ' EMAIL_SUBJECT,
          
    $email_text $extra_info['TEXT'], STORE_NAMEEMAIL_FROM$html_msg'welcome_extra'); 
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Turning Send Welcome email option off ?

    PayPal Express Checkout will still send the email. This is important, because it contains their password too.
    .

    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.

  7. #7
    Join Date
    Jun 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Turning Send Welcome email option off ?

    I like the welcome e mail but would love to NOT have the link show up to my store at the bottom of the e mail. How do I get rid of that? I point a different domain address to my zencart store and don't want my main address to show up in the e mail. How do I remove??

  8. #8
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Turning Send Welcome email option off ?

    Quote Originally Posted by Steve Atlanta View Post
    I like the welcome e mail but would love to NOT have the link show up to my store at the bottom of the e mail. How do I get rid of that? I point a different domain address to my zencart store and don't want my main address to show up in the e mail. How do I remove??
    Is there some specific text you want removed, or just the link?

    If you look at the specific text that's next to the link, and then look that up via the Developers Toolkit (Admin->Tools menu), you can usually find the right file to edit.

    ie: includes/languages/english/YOURTEMPLATE/create_account.php
    Code:
    define('EMAIL_CONTACT', 'For help with any of our online services, please email the store-owner: <a href="mailto:' . STORE_OWNER_EMAIL_ADDRESS . '">'. STORE_OWNER_EMAIL_ADDRESS ." </a>\n\n");
    define('EMAIL_GV_CLOSURE','Sincerely,' . "\n\n" . STORE_OWNER . "\nStore Owner\n\n". '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'.HTTP_SERVER . DIR_WS_CATALOG ."</a>\n\n");
    .

    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.

  9. #9
    Join Date
    Jun 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Turning Send Welcome email option off ?

    I don't want my url (xxx.com/zencart/blah blah) to show up on ANY of the e mails. If there a way to kill it from showing up? THANK YOU!

  10. #10
    Join Date
    Jun 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Turning Send Welcome email option off ?

    To be more specific...below is the e mail the buyer gets, The stuff in RED, I do not want in the e mail. How do I delete that stuff?

    Thanks for shopping with us today!
    The following are the details of your order.
    ------------------------------------------------------
    Order Number: 11
    Date Ordered: Monday 18 June, 2007
    Detailed Invoice:
    http://blahblah.com/zencart/index.ph...fo&order_id=11


    Products
    ------------------------------------------------------
    1 x test (00-002) = $0.01
    ------------------------------------------------------
    Sub-Total: $0.01
    Flat Rate (Best Way): $0.00
    Total: $0.01

    Delivery Address
    ------------------------------------------------------
    Mr. Blah
    2398 Blah Walk
    atlanta, GA 30342
    United States

    Billing Address
    ------------------------------------------------------
    2398 Blah Walk
    atlanta, GA 30342
    United States

    Payment Method
    ------------------------------------------------------
    You are almost done with your order.

    Please make your check or money order payable to:

    We appreciate your business! Don't forget to press CONFIRM THE ORDER below.
    Thank You.

    Mail your payment to:
    blah

    Your order will not ship until we receive payment.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Do not send Welcome Email
    By bradymc in forum General Questions
    Replies: 5
    Last Post: 5 Jan 2010, 01:04 AM
  2. Send Welcome Email to New Registers?
    By precisiontronics in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Jan 2009, 07:42 PM
  3. turning off walk in store option
    By earthlyinfo in forum Customization from the Admin
    Replies: 2
    Last Post: 30 Sep 2008, 07:45 AM
  4. Re-send Confirmation / Welcome Email
    By kwright in forum General Questions
    Replies: 3
    Last Post: 23 Jul 2008, 06:05 PM
  5. Send Welcome Email in HTML format
    By artcoder in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 Mar 2008, 07:03 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR