From 4d2a21a84e3620dc2a5e297e023906a99f44b936 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 8 May 2013 18:10:45 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20#143=20=EC=83=81?= =?UTF-8?q?=ED=92=88=20=EA=B4=80=EB=A0=A8=20=EB=A9=94=EC=9D=BC=20=EB=B0=9C?= =?UTF-8?q?=EC=86=A1,=20=EA=B2=B0=EC=A0=9C/=EB=B0=B0=EC=86=A1=EB=82=B4?= =?UTF-8?q?=EC=97=AD=20=EB=A9=94=EC=9D=BC=EB=B0=9C=EC=86=A1=20=ED=91=9C?= =?UTF-8?q?=EC=A4=80=ED=99=94=20=EB=B0=8F=20=EC=8A=A4=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/ordermail.inc.php | 2 +- shop/mail/ordermail.mail.php | 281 +++++++++++++++---------------- shop/ordermail2.inc.php | 10 +- 3 files changed, 145 insertions(+), 148 deletions(-) diff --git a/adm/shop_admin/ordermail.inc.php b/adm/shop_admin/ordermail.inc.php index 186ef051f..5e859cd0b 100644 --- a/adm/shop_admin/ordermail.inc.php +++ b/adm/shop_admin/ordermail.inc.php @@ -120,7 +120,7 @@ if ($od_send_mail) $content = ob_get_contents(); ob_end_clean(); - $title = "{$od['od_name']}님께서 주문하신 내역을 다음과 같이 처리하였습니다."; + $title = $config['cf_title'].' - '.$od['od_name'].'님 주문 처리 내역 안내'; $email = $od['od_email']; // 메일 보낸 내역 상점메모에 update diff --git a/shop/mail/ordermail.mail.php b/shop/mail/ordermail.mail.php index 1bb76412d..efb7aff24 100644 --- a/shop/mail/ordermail.mail.php +++ b/shop/mail/ordermail.mail.php @@ -1,154 +1,151 @@ - + + - -주문내역 처리 현황 + +<?php echo $config['cf_title'];?> 주문내역 처리 안내 - - - - - - - - - - - - -
   
- + + +
+
+

+ 주문내역 처리 안내 +

+ + +
+ + + + + + + + - + + + + -
주문상품 확인
- - - - - - - -
 
주문내역 처리 현황
-
품명옵션상태수량
-

- - + + + - + + + + + +
- - - - - - - - - - - - - - - - - - - - - - -
품 명
선택옵션
처리상태
수 량
- - - -

신용카드 입금을 확인하였습니다

- - - - - - - - - -
   승인일시 
   승인금액 
- - - - -
-

무통장 입금을 확인하였습니다

- - - - - - - - - - - - - -
   확인일시 
   입금액 
   입금자명 
- - - -
-

포인트 입금을 확인하였습니다

- - - - - - - - - -
   확인일시 
   포인트 
- - - -
-

다음과 같이 배송 하였습니다

- - - - - - - - - - - - - - - - - -
   배송회사 ' target=_blank>
   운송장번호 
   배송일시 
   대표전화 
- - -

-
- - - - - -
-
[] 에서 드리는 메일입니다.
- -

-
+ -

+ + + + + + + + + + + + + + + + + +
신용카드 결제 확인
승인일시
승인금액
+ + + + + + + + + + + + + + + + + + + + + + + + +
무통장 입금 확인 완료
확인일시
입금액
입금자명
+ + + + + + + + + + + + + + + + + + + +
포인트 결제 확인
확인일시
포인트
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
배송 안내
배송회사
운송장번호
배송일시
대표전화
+ + + +

+ 전달사항 + +

+ + + + + diff --git a/shop/ordermail2.inc.php b/shop/ordermail2.inc.php index 0111d5dfb..74c0b1122 100644 --- a/shop/ordermail2.inc.php +++ b/shop/ordermail2.inc.php @@ -8,9 +8,9 @@ $admin = get_admin('super'); //------------------------------------------------------------------------------ // 운영자에게 메일보내기 //------------------------------------------------------------------------------ -$subject = "{$config['cf_title']}에서 주문이 들어 왔습니다. ($od_name)"; +$subject = $config['cf_title'].' - 주문 알림 메일 ('.$od_name.')'; ob_start(); -include "./mail/orderupdate1.mail.php"; +include './mail/orderupdate1.mail.php;'; $content = ob_get_contents(); ob_end_clean(); @@ -20,9 +20,9 @@ mailer($od_name, $od_email, $admin['mb_email'], $subject, $content, 1); //------------------------------------------------------------------------------ // 주문자에게 메일보내기 //------------------------------------------------------------------------------ -$subject = "{$config['cf_title']}에서 다음과 같이 주문하셨습니다."; +$subject = $config['cf_title'].' - 주문 내역 안내 메일'; ob_start(); -include "./mail/orderupdate2.mail.php"; +include './mail/orderupdate2.mail.php'; $content = ob_get_contents(); ob_end_clean(); @@ -59,7 +59,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) $list['it_opt'] = print_item_options($row['it_id'], $row['it_opt1'], $row['it_opt2'], $row['it_opt3'], $row['it_opt4'], $row['it_opt5'], $row['it_opt6']); $list['ct_qty'] = $row['ct_qty']; - $subject = "{$config['cf_title']}에서 다음과 같이 주문서가 접수 되었습니다. (주문자 {$od_name}님)"; + $subject = $config['cf_title'].' - 주문 알림 메일 (주문자 '.$od_name.'님)'; ob_start(); include "./mail/orderupdate3.mail.php"; $content = ob_get_contents();