简体   繁体   中英

Magento - order email doesn't send for credit card payment

I have a Magento install with a credit card order module (Atos). All the order confirmation emails are sending, except for the order by credit card number.

I'm new to Magento, and only know the transactionnal email templates about mailing and Magento. Where should I look to fix this?

You should figure out which one of the controllers is responsible for dealing with the CC payment. Afterwards figure out the correct payment methode an if there is the following methode call:

if (!$order->getEmailSent()) {
                    $order->sendNewOrderEmail();
                }

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM