Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Mar 2008
    Location
    QLD - Aussie
    Posts
    192
    Plugin Contributions
    0

    Default Copy of comments/status email to Admin?

    Hi
    I was wondering if it's possible to have the Notify Customer email (when one updates Order Status/Comments) cc'ed to Admin as well as being sent to the customer?

    I wasn't sure if this setting has any bearing:

    Send Copy of Admin Orders Status Emails To - Status

    (Admin - Catalog)
    Send copy of Admin Orders Status emails. Can be set to either 0 (off) or 1 (on). Default: 0


    I tested by changing the option to 'on' but am unsure as to what it does.

    Many thanks

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

    Default Re: Copy of comments/status email to Admin?

    If you set to 1 the setting:
    Send Copy of Admin Orders Status Emails To - Status
    Send copy of Admin Orders Status Status
    0= off 1= on
    and set an email address on:
    Send Copy of Admin Orders Status Emails To
    Send copy of Admin Orders Status emails to the following email addresses, in this format: Name 1 <email@address1>, Name 2 <email@address2>
    Both the Customer and the Admin will receive an email when the Order Status is changed ...
    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!]
    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!

  3. #3
    Join Date
    Mar 2008
    Location
    QLD - Aussie
    Posts
    192
    Plugin Contributions
    0

    Default Re: Copy of comments/status email to Admin?

    Hi Ajeh,

    Thank you so much for your reply.

    I thought that may be the way it works - but posted my question as that does not seem to work for me for some reason unfortunately.

    After setting option to '1', I've tried setting my email as: [email protected], and then tried <[email protected]> and even my personal email as well - but no 'copy' arrives (customer's email arrives ok)

    I don't have any issues in any other way in regards to Admin sending notifications to customers - or (myself) receiving order confirmations, customer 'message' emails and so on.

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

    Default Re: Copy of comments/status email to Admin?

    If you look in the file:
    /admin/orders.php

    do you find the code:
    Code:
                //send extra emails
                if (SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_STATUS == '1' and SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO != '') {
                  zen_mail('', SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO, SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_SUBJECT . ' ' . EMAIL_TEXT_SUBJECT . ' #' . $oID, $message, STORE_NAME, EMAIL_FROM, $html_msg, 'order_status_extra');
                }
    If you go to the Tools ... Developers Tool Kit ... and in the top input box enter:
    SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_STATUS

    and select NONE then click SEARCH ... what comes up?

    If you go to the Tools ... Developers Tool Kit ... and in the top input box enter:
    SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO

    what comes up?
    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!]
    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!

  5. #5
    Join Date
    Mar 2008
    Location
    QLD - Aussie
    Posts
    192
    Plugin Contributions
    0

    Default Re: Copy of comments/status email to Admin?

    If you go to the Tools ... Developers Tool Kit ... and in the top input box enter:
    SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_STATUS


    and select NONE then click SEARCH ... what comes up?


    admin/orders.php

    Line #145 : if (SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_STATUS == '1' and SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO != '') {


    If you go to the Tools ... Developers Tool Kit ... and in the top input box enter:
    SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO

    what comes up?


    admin/orders.php

    Line #145 : if (SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_STATUS == '1' and SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO != '') {

    Line #146 : zen_mail('', SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO, SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_SUBJECT . ' ' . EMAIL_TEXT_SUBJECT . ' #' . $oID, $message, STORE_NAME, EMAIL_FROM, $html_msg, 'order_status_extra');

    and also in admin/includes/languages/english/email_extras.php

    Line #42 : define('SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_SUBJECT','[ORDERS STATUS]');

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

    Default Re: Copy of comments/status email to Admin?

    Now try that again in the TOP input box and select NONE from the dropdown ... what comes up?
    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!]
    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!

  7. #7
    Join Date
    Mar 2008
    Location
    QLD - Aussie
    Posts
    192
    Plugin Contributions
    0

    Default Re: Copy of comments/status email to Admin?

    Sorry if I gave you the wrong info - adding that to the top box (I hope this is where I enter the search?):

    Developers Tool Kit
    Look-up CONSTANT or Language File defines
    Key or Name:
    Language File Look-ups:

    NOTE:
    CONSTANTS are written in uppercase.


    I get this initially:


    Lookup CONSTANT Definitions Key: SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_STATUS Title: Send Copy of Admin Orders Status Emails To - Status Description: Send copy of Admin Orders Status Status
    0= off 1= on Value: 1 Group: ID#12 E-Mail Options
    Search ALL files for: SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_STATUS


    (I had then pressed the 'search all files' button, and that was what then was contained in my previous post)



    and the second search:



    Lookup CONSTANT Definitions Key: SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO Title: Send Copy of Admin Orders Status Emails To Description: Send copy of Admin Orders Status emails to the following email addresses, in this format: Name 1 <email@address1>, Name 2 <email@address2> Value: [email protected], [email protected] Group: ID#12 E-Mail Options
    Search ALL files for: SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO

    (is this the info that you needed? - sorry if I misunderstood..)
    Last edited by Ajeh; 23 Mar 2011 at 03:13 PM. Reason: clean up

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

    Default Re: Copy of comments/status email to Admin?

    Edit the email and either use:
    [email protected]

    Or use:
    If you want multiple use:
    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!]
    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!

  9. #9
    Join Date
    Mar 2008
    Location
    QLD - Aussie
    Posts
    192
    Plugin Contributions
    0

    Default Re: Copy of comments/status email to Admin?

    This is a mystery - I tried your suggested email formats - only one email (customer's) comes through. Still no copy to 'admin'.

    Thanks for your patience....

    I really cant work this out

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

    Default Re: Copy of comments/status email to Admin?

    Are you just using the the email address:
    [email protected]

    Are you able to email a Gift Certificate in the Gift Certificate/Coupons ... Mail Gift Certificate ... to the email address that you are using for the Admin email?
    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!]
    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!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 8
    Last Post: 7 Dec 2011, 04:34 AM
  2. Replies: 3
    Last Post: 29 Sep 2011, 04:56 PM
  3. Status History & Comments (Customer & Admin side) Duplicate entries?
    By MaximumOverload in forum General Questions
    Replies: 3
    Last Post: 4 Apr 2011, 05:55 PM
  4. Order Status Email - Change colour of comments
    By amyleew in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 12 Jul 2010, 04:16 PM
  5. order status, comments, and email
    By highlander2 in forum Managing Customers and Orders
    Replies: 2
    Last Post: 10 Feb 2008, 10:56 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