kurland Posted February 1, 2010 Report Share Posted February 1, 2010 Hallo, Bei jeder Bestellung erhalte ich als Admin ebenfalls ein Email (der Kunde erhält auch eins). Ich benötige jedoch kein Email, wo lässt sich das ausschalten? Zusatzinfo: Unter eMail-Optionen > "Verrechnung - Weiterleitungsadressen" habe ich keine Email-Adresse eingetragen. Danke für Euere Tips. Link to comment Share on other sites More sharing options...
kurland Posted February 2, 2010 Author Report Share Posted February 2, 2010 Hallo, Bei jeder Bestellung erhalte ich als Admin ebenfalls ein Email (der Kunde erhält auch eins). Ich benötige jedoch kein Email, wo lässt sich das ausschalten? Zusatzinfo: Unter eMail-Optionen > "Verrechnung - Weiterleitungsadressen" habe ich keine Email-Adresse eingetragen. Danke für Euere Tips. Hat denn wirklich niemand dasselbe Problem, oder das Problem schon gelöst?? Link to comment Share on other sites More sharing options...
Hetfield Posted February 2, 2010 Report Share Posted February 2, 2010 Suche in der Datei send_order.php nach folgenden Zeilen: // send mail to admin xtc_php_mail(EMAIL_BILLING_ADDRESS, EMAIL_BILLING_NAME, EMAIL_BILLING_ADDRESS, STORE_NAME, EMAIL_BILLING_FORWARDING_STRING, $order->customer['email_address'], $order->customer['firstname'], '', '', $order_subject, $html_mail, $txt_mail); [/PHP]und entferne Sie oder kommentiere diese so aus: [PHP] // send mail to admin //xtc_php_mail(EMAIL_BILLING_ADDRESS, EMAIL_BILLING_NAME, EMAIL_BILLING_ADDRESS, STORE_NAME, EMAIL_BILLING_FORWARDING_STRING, $order->customer['email_address'], $order->customer['firstname'], '', '', $order_subject, $html_mail, $txt_mail); [/PHP]MfG Hetfield Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.