Jump to content

I don't want that customers receive notification


massycroft

Recommended Posts

try Orders > Statuses

 

but to be honest why switch it off? Most customers would want confirmation that their order has been succesful. We often get phone calls when that email has not bee recieved for some reason (junk folder)

 

Unless you have specific reason I would leave it on

Edited by Guest (see edit history)
Link to comment
Share on other sites

My version is 1.6.1.9

 

Then I suppose that you want to avoid "order confirmation" mail, which can not be disabled from BO,

 

Edit file /classes/PaymentModule.php and comment out these lines:

Mail::Send(
    (int)$order->id_lang,
    'order_conf',
    Mail::l('Order confirmation', (int)$order->id_lang),
    $data,
    $this->context->customer->email,
    $this->context->customer->firstname.' '.$this->context->customer->lastname,
    null,
    null,
    $file_attachement,
    null, _PS_MAIL_DIR_, false, (int)$order->id_shop
);

(it would be great if you override it instead of editing core file)

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...