[Tep-j-general] Re: 注文通知メールについて その2

Back to archive index

Shin' Noguchi boss****@switc*****
2004年 2月 27日 (金) 11:00:19 JST


自己レスです。

色々トライして以下のようにして解決できました。
catalog/checkout_process.phpの300行目あたり
(オリジナル)
// send emails to other people
  if (SEND_EXTRA_ORDER_EMAILS_TO != '') {
    tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT,
nl2br($email_order), STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, '');
  }

を
(修正後)
// send emails to other people
  if (SEND_EXTRA_ORDER_EMAILS_TO != '') {
    tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, 'ORDER MAIL',
nl2br($email_order),
tep_get_fullname($order->customer['firstname'],$order->customer['lastname'])
, $order->customer['email_address'], '');
  }
サブジェクトも'ORDER MAIL'と変更してあります。

いつも皆様に頼ってばかりで、申し訳ないと思っておりました。
この自己レスが、どなたかのお役に立てれば幸いです。

野口 慎一


| 注文通知メールの差出し人メールアドレスを
| 発注者(お客様)のメールアドレスに変更する
| 方法については、
| 2003年8/5の記事
|
http://lists.sourceforge.jp/mailman/archives/tep-j-general/2003-August/001080.html
| で、佐藤様がお答えになっているのですが、
|
| catalog/checkout_processの263行目
| // lets start with the email confirmation
| // 2003.03.08 Edit Japanese osCommerce
| 以降の部分の手直しで出来ると思うのですが、
| 具体的にどのようにすればよいのか分からず、
| どなたか教えていただければ幸いです。
|
| いつも初歩的な質問で、お手数をおかけします。
|
| ■□□□□□□□□□□□
| Office gilberto:野口 慎一
| 〒943-0833
| 新潟県上越市大町3-5-5
| phone:025-525-8704
| 携帯:090-6225-5397
| fax:020-4668-2322
| boss****@switc*****
| □□□□□□□□□□□■
|
|
|
|
| _______________________________________________
| Tep-j-general mailing list
| Tep-j****@lists*****
| http://lists.sourceforge.jp/mailman/listinfo/tep-j-general
|
|





Tep-j-general メーリングリストの案内
Back to archive index