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
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
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
The following comes from ZC 1.5.4, admin/orders.php
Search for (don't have a line number editor available):
and change the true to FALSE, and the desired FALSE to true for the item you wish to set as the default..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; ?>] </td>
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...
Thank you works like a charm, give the client what the want lol.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
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.