How to modify order.php Opencart to be send email only for bank transfer payment, an a third email like "bank transfer@gmail.com"
i've try to add this:
`$email_to = "bank transfer@gmail.com";
if ($order_info['shipping_method'] == "bank_transfer") { $mail->setTo = ($email_to); }`
in // Admin Alert Mail after declaration
$mail = new Mail();
but not function.

help me please, an sorry for my bad english best regards Fabio