Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我安装了一个带有信用卡订单模块 (Atos) 的 Magento。所有订单确认电子邮件都在发送,除了信用卡号码的订单。
我是 Magento 的新手,只知道有关邮件和 Magento 的交易电子邮件模板。我应该在哪里解决这个问题?
您应该弄清楚哪一位控制者负责处理 CC 付款。然后找出正确的付款方式,如果有以下方法调用:
if (!$order->getEmailSent()) { $order->sendNewOrderEmail(); }