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(); }