how to turn off notifications?

How to turn off auto-notifications to order department?



I already changed one line in fn_cart.php:



// Send notification to order department

// $smarty_mail->assign(‘order_status’, fn_get_status_data($order_info[‘status’], STATUSES_ORDER, $settings[‘Appearance’][‘admin_default_language’]));

// fn_send_mail($settings[‘Company’][‘company_orders_department’], $order_info[‘email’], ‘orders/order_notification_subj.tpl’, ‘orders/order_notification.tpl’, ‘’, $settings[‘Appearance’][‘admin_default_language’]);

}

// /[Send email notification]





I still get email with status of transactions: processed and failed.





In admin configuration (Order statuses - ?target=statuses&status_type=O) transactions Processed, Failed and Open I have selected to Notify customer

There are three instances of



fn_send_mail($settings[‘Company’][‘company_orders_department’]



in fn_cart.php. Did you comment them all out? You can use a “Find” feature to locate them.

How about removing the email addys in settings?

[quote name=‘Tool Outfitters’]How about removing the email addys in settings?[/QUOTE]

You mean by removing email in admin.php?target=settings§ion_id=Company (Order department e-mail address)?

No, when customer place an order he will get an error on page.



Problem resolved, thank you mdekok3000 for help :slight_smile:

[quote name=‘d2event’]You mean by removing email in admin.php?target=settings§ion_id=Company (Order department e-mail address)?

No, when customer place an order he will get an error on page.[/quote]



This is because the customers receive their invoices from this email address.