♥stubbsy Posted December 11, 2003 Share Posted December 11, 2003 How would I go about changing the default setting from automatically notifying customer when editing an order to not notifying them? Any ideas? cheers stubbsy Link to comment Share on other sites More sharing options...
paradoxbox Posted February 27, 2007 Share Posted February 27, 2007 How would I go about changing the default setting from automatically notifying customer when editing an order to not notifying them? Any ideas? cheers stubbsy Bump, anybody know? Link to comment Share on other sites More sharing options...
GemRock Posted February 27, 2007 Share Posted February 27, 2007 It amazes me: after a few months and afew hundreds of people reading this topic, you still havent got an answer. So let me have a go - it is in fact quite simple. Try this: open orders.php under admin folder, and find this line: <td class="main"><b><?php echo ENTRY_NOTIFY_CUSTOMER; ?></b> <?php echo tep_draw_checkbox_field('notify', '', true); ?></td> Change the 'true' to 'false' like this: <td class="main"><b><?php echo ENTRY_NOTIFY_CUSTOMER; ?></b> <?php echo tep_draw_checkbox_field('notify', '', false); ?></td> Ken PS. Just noticed you were not the author of the original post. commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile). over 20 years of computer programming experience. Link to comment Share on other sites More sharing options...
Top_Speed Posted June 8, 2007 Share Posted June 8, 2007 Wow that was a long time... I joined in '04, never saw it but I was annoyed at the fact I had to untick that and the append notes box so I did the "false" statement on both the notify and the append notes. Been working great for years and yes it is such an easy fix it's weird this q got lost in the dust. define('PROJECTS', 'Something that goes on forever!'); Link to comment Share on other sites More sharing options...
d3leinad Posted January 7, 2008 Share Posted January 7, 2008 Thanks, GemRock for the code. Works like a charm ;) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.