Index: branches/dev/html/admin/order/mail.php
===================================================================
--- branches/dev/html/admin/order/mail.php	(revision 13694)
+++ branches/dev/html/admin/order/mail.php	(revision 13696)
@@ -42,5 +42,8 @@
 
 $objPage->tpl_order_id = $_POST['order_id'];
-
+$objPage->tpl_order_name01 = $_POST['order_name01'];
+$objPage->tpl_order_name02 = $_POST['order_name02'];
+$objPage->tpl_order_email = $_POST['order_email'];
+print_r($_POST);
 // ¥Ñ¥é¥á¡¼¥¿´ÉÍý¥¯¥é¥¹
 $objFormParam = new SC_FormParam();
@@ -48,5 +51,4 @@
 lfInitParam();
 
-print_r($_POST['mode']);
 switch($_POST['mode']) {
 case 'pre_edit':
