primesys Posted March 30, 2009 Report Share Posted March 30, 2009 Hallo zusammen, wir hätten gerne für unseren Onlineshop folgende Konfiguration: Wenn ein Kunde bestellt, soll nur eine Mail an uns (Admin) raus gehen und NICHt an den Kunden. Wir wollen die Bestellung erst prüfen und dem Kunden dann "händisch" eine Mail schicken. Wie kann ich das wohl wo einstellen. Danke im Voraus mfg primesys Link to comment Share on other sites More sharing options...
wolabudd Posted March 30, 2009 Report Share Posted March 30, 2009 Das kannst du in der send_order.php rausnehmen...... ziemlich am Ende der Datei kommentierst du diesen Abschnitt aus // send mail to customer xtc_php_mail(EMAIL_BILLING_ADDRESS, EMAIL_BILLING_NAME, $order->customer['email_address'], $order->customer['firstname'].' '.$order->customer['lastname'], '', EMAIL_BILLING_REPLY_ADDRESS, EMAIL_BILLING_REPLY_ADDRESS_NAME, $attachfile_value, '', $order_subject, $html_mail, $txt_mail); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.