Index: branches/dev/html/admin/order/mail.php
===================================================================
--- branches/dev/html/admin/order/mail.php	(revision 13654)
+++ branches/dev/html/admin/order/mail.php	(revision 13676)
@@ -42,5 +42,8 @@
 
 $objPage->tpl_order_id = $_POST['order_id'];
-print_r($objPage->tpl_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($objPage->tpl_order_name02);
 // ¥Ñ¥é¥á¡¼¥¿´ÉÍý¥¯¥é¥¹
 $objFormParam = new SC_FormParam();
