Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing Default on 'Notify Customer'


stubbsy

Recommended Posts

  • 3 years later...

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

  • 3 months later...

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

  • 6 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...