Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Feb 2011
    Posts
    27
    Plugin Contributions
    0

    Default Email notification

    I would like to turn off all automatic email notifications to customers but continue to receive them myself. If I set configuration/email options/Send e-mails to false, does this turn of emails to admin as well? If it does, is there a way to turn on emails to myself and not to customers?

    TIA,
    Linda

  2. #2
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Email notification

    Is there a business reason why?
    .
    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
    Feb 2011
    Posts
    27
    Plugin Contributions
    0

    Default Re: Email notification

    Yes. This is a tiny store. I don't want a canned response to all customers. Instead, I communicate with them myself without giving them a "one response for all" email.

    Linda

  4. #4
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Email notification

    Okay. Try this trick:

    Create a new file on your server: /includes/extra_configures/emails_to_skip.php
    Put only the following code in it:
    Code:
    <?php define('EMAIL_MODULES_TO_SKIP', 'welcome','checkout','order_status');
    And if you can't remember to check the box in the admin to skip sending order-status-update emails when updating the order's status, then copy the same file to your /admin/includes/extra_configures/ folder as well.
    .
    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
    Feb 2011
    Posts
    27
    Plugin Contributions
    0

    Default Re: Email notification

    I have never written a php statement myself but this appears to be incomplete.

    Code:
    <?php define('EMAIL_MODULES_TO_SKIP', 'welcome','checkout','order_status');
    Does it need anything to close the statement like a ">"?

    Thanks,
    Linda

  6. #6
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Email notification

    .
    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
    Feb 2011
    Posts
    27
    Plugin Contributions
    0

    Default Re: Email notification

    Thanks for your follow-up.

    Just trying to learn and I appreciate your help very much.

    Linda

  8. #8
    Join Date
    Feb 2011
    Posts
    27
    Plugin Contributions
    0

    Default Re: Email notification

    I added the file with this content (only)

    <?php define('EMAIL_MODULES_TO_SKIP', 'welcome','checkout','order_status');
    with the name of emails_to_skip.php to the 2 directories:
    /includes/extra_configures/
    /admin/includes/extra_configures/

    I am still getting welcome emails when I sign up as a new customer.

    Did I not follow your instructions correctly?

    Linda

  9. #9
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Email notification

    Hmmm ... puzzling ...
    .
    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.

  10. #10
    Join Date
    Feb 2011
    Posts
    27
    Plugin Contributions
    0

    Default Re: Email notification

    Both the welcome and the order_status emails are still being sent to the customer. The checkout email is not being sent to the customer. So, 2 of the 3 emails are being sent.

    Linda

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 0
    Last Post: 21 Mar 2012, 09:20 PM
  2. Content of email notification
    By safeg in forum General Questions
    Replies: 3
    Last Post: 27 Jan 2010, 08:01 PM
  3. Order Notification Email
    By zpyder in forum General Questions
    Replies: 2
    Last Post: 2 Feb 2007, 09:49 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