简体   繁体   English

Magento-订单电子邮件不发送信用卡付款

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

I have a Magento install with a credit card order module (Atos). 我有一个带有信用卡订购模块(Atos)的Magento安装。 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. 我是Magento的新手,并且只了解有关邮件和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. 您应该确定哪个控制者负责处理CC付款。 Afterwards figure out the correct payment methode an if there is the following methode call: 然后找出正确的付款方式,如果有以下方法调用:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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