Hello,

What I want to do is have the order update email notifications sent to customers to have "Hide" as the default setting instead of "Email".
We have updates made to orders that are helpful for us in the admin but that would only serve to confuse customers. It would be more convenient if we didn't have to click "Hide" every time we make an update.

I know this can be done fairly easily, perhaps in the admin/order.php file, but my php is very limited.
I've fooled around with these lines (changed "true" to "false", "1" to "-1" and "0", etc):

<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>

I got it to show "Hide" as the default setting on the order status page, but a test order reflects that this is in appearance only-- customers still receive emails on order updates (even if the radio button is initially set to "hide").

Anybody have any suggestions?

It'd be appreciated!

Thanks,
zennyjenny