Change The Reply To Email For Order Tracking Notifications Sent To Customers

Hello,

Can someone please assist on where i can change the reply to email for notification emails sent to customer for tracking orders? This email is sent when you try to track the order as a guest using the order id in the my accounts menu.

Thanks,

Kyle.

app/controllers/frontend/orders.php

try to add

'reply_to' => 'my@email.com',

after

'from' => 'company_orders_department',

(!) Not tested

Worked! Thank you very much, as usual you help everyone !

You are welcome! :)

But please note that these changes can be removed after future upgrades