Index: branches/feature-module-update/html/install/sql/insert_data.sql
===================================================================
--- branches/feature-module-update/html/install/sql/insert_data.sql	(revision 16977)
+++ branches/feature-module-update/html/install/sql/insert_data.sql	(revision 16985)
@@ -606,5 +606,5 @@
 INSERT INTO mtb_mail_template VALUES ('3', '取り寄せ確認メール',2);
 INSERT INTO mtb_mail_tpl_path VALUES ('1', 'mail_templates/order_mail.tpl',0);
-INSERT INTO mtb_mail_tpl_path VALUES ('2', 'mail_templates/order_mail.tpl',1);
+INSERT INTO mtb_mail_tpl_path VALUES ('2', 'mobile/mail_templates/order_mail.tpl',1);
 INSERT INTO mtb_mail_tpl_path VALUES ('3', 'mail_templates/order_mail.tpl',2);
 INSERT INTO mtb_mail_tpl_path VALUES ('4', 'mail_templates/contact_mail.tpl',3);
Index: branches/feature-module-update/data/class/pages/shopping/LC_Page_Shopping_Complete.php
===================================================================
--- branches/feature-module-update/data/class/pages/shopping/LC_Page_Shopping_Complete.php	(revision 16741)
+++ branches/feature-module-update/data/class/pages/shopping/LC_Page_Shopping_Complete.php	(revision 16985)
@@ -188,5 +188,5 @@
             // 完了メール送信
             if($order_id != "") {
-                $mailHelper->sfSendOrderMail($order_id, '1');
+                $mailHelper->sfSendOrderMail($order_id, '2');
             }
 
@@ -201,5 +201,5 @@
                     // URLの場合にはリンクつきで表示させる
                     if (preg_match('/^(https?|ftp)(:\/\/[-_.!~*\'()a-zA-Z0-9;\/?:\@&=+\$,%#]+)$/', $val["value"])) {
-                        $arrOther[$key]["value"] = "<a href='#' onClick=\"window.open('". $val["value"] . "'); \" >" . $val["value"] ."</a>";
+                        $arrOther[$key]["value"] = "<a href='". $val["value"]. "'>". $val["value"]. "</a>";
                     }
                 }
