在checkout,opencart中查找与确认电子邮件相关的文件

I'm using opencart version 2.1.0.1

I want to find the files related to confirmation email in opencart.

I don't know if the core files were changed but the confirmation email for orders, suddenly stopped working. Both the store owner and the customer don't receive them.

Can anyone give me the names of the files related to confirmation email, so that I can replace them with the original ones ?

You can find the file at below location:

your_project\catalog\model\checkout\order.php

The email code is at the last of the confirm function.