Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Jun 2009
    Posts
    86
    Plugin Contributions
    0

    Default DONT send emails after updating order status

    I know there is a radio button on the page to not send an email, but because of human error issues, i would like to set it to automatically not send emails when updating order status, any ideas?
    Thanks
    Jeff

  2. #2
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: DONT send emails after updating order status

    Quote Originally Posted by jeffiec View Post
    I know there is a radio button on the page to not send an email, but because of human error issues, i would like to set it to automatically not send emails when updating order status, any ideas?
    Thanks
    Jeff
    Change the default for the radio button to be the one that doesn't send updates...??? Sorry, if that seemed like an obvious answer, but...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: DONT send emails after updating order status

    Quote Originally Posted by mc12345678 View Post
    Change the default for the radio button to be the one that doesn't send updates...??? Sorry, if that seemed like an obvious answer, but...
    The following comes from ZC 1.5.4, admin/orders.php

    Search for (don't have a line number editor available):
    Code:
    <td class="main"><strong><?php echo ENTRY_NOTIFY_CUSTOMER; ?></strong> [<?php echo zen_draw_radio_field('notify', '1', true) . '-' . TEXT_EMAIL . ' ' . zen_draw_radio_field('notify', '0', FALSE) . '-' . TEXT_NOEMAIL . ' ' . zen_draw_radio_field('notify', '-1', FALSE) . '-' . TEXT_HIDE; ?>]&nbsp;&nbsp;&nbsp;</td>
    and change the true to FALSE, and the desired FALSE to true for the item you wish to set as the default..

    Realize at least for this whole process, now human error could result in not notifying when it is desired to notify them...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #4
    Join Date
    Jun 2009
    Posts
    86
    Plugin Contributions
    0

    Default Re: DONT send emails after updating order status

    Thank you works like a charm, give the client what the want lol.

  5. #5
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: DONT send emails after updating order status

    Quote Originally Posted by jeffiec View Post
    Thank you works like a charm, give the client what the want lol.
    Obviously could go a step further and add some sort of configuration switch to control that, but then when they change their mind they won't have someone to tell them, told you so and change it back/to something else.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: DONT send emails after updating order status

    You can also use the Quick Status Update contribution in the plugins area, which does not send email.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 

Similar Threads

  1. v150 Send PDF invoice when updating order status in admin area
    By inky100 in forum Customization from the Admin
    Replies: 3
    Last Post: 18 Dec 2013, 11:11 PM
  2. Blank page after updating an order status
    By tundria in forum General Questions
    Replies: 3
    Last Post: 3 Mar 2012, 04:34 PM
  3. Replies: 8
    Last Post: 7 Dec 2011, 04:34 AM
  4. How To not send Emails on Orders status change ?
    By fe1lho in forum Managing Customers and Orders
    Replies: 3
    Last Post: 27 May 2010, 08:12 AM
  5. Email after updating status
    By jenlion in forum General Questions
    Replies: 4
    Last Post: 18 Nov 2009, 11:37 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