Changeset 15162 for branches/feature-module-paygent/html
- Timestamp:
- 2007/08/01 23:44:48 (15 years ago)
- Location:
- branches/feature-module-paygent/html
- Files:
-
- 99 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-paygent/html/install/sql/insert_data.sql
r15128 r15162 224 224 INSERT INTO dtb_templates (template_code, template_name, create_date, update_date) VALUES('default1','¥Ç¥Õ¥©¥ë¥È1', now(), now()); 225 225 226 insert into dtb_mailtemplate (subject, body, creator_id, update_date, create_date, send_type, template_name) values ( 226 insert into dtb_mailtemplate (template_id, subject, body, creator_id, update_date, create_date, send_type, template_name) values ( 227 '1', 227 228 '¤´Ãíʸ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£', 228 229 '{name}ÍÍ … … 244 245 '¼õÃí´°Î»¥Æ¥ó¥×¥ì¡¼¥È(PCÍÑ)'); 245 246 246 insert into dtb_mailtemplate (subject, body, creator_id, update_date, create_date, send_type, template_name) values ( 247 insert into dtb_mailtemplate (template_id, subject, body, creator_id, update_date, create_date, send_type, template_name) values ( 248 '2', 247 249 '¤´Ãíʸ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£', 248 250 '{name}ÍÍ -
branches/feature-module-paygent/html/mobile/cart/index.php
r11851 r15162 47 47 switch($_POST['mode']) { 48 48 case 'confirm': 49 49 50 // ¥«¡¼¥ÈÆâ¾ðÊó¤Î¼èÆÀ 50 51 $arrRet = $objCartSess->getCartList(); -
branches/feature-module-paygent/html/mobile/shopping/complete.php
r14899 r15162 60 60 $order_email = $objQuery->select("order_email", "dtb_order", "order_id = ?", array($order_id)); 61 61 62 62 //ÅÐÏ¿¤µ¤ì¤Æ¤¤¤ë¥á¡¼¥ë¥¢¥É¥ì¥¹¤¬·ÈÂÓ¤«PC¤«¤Ë±þ¤¸¤ÆÃíʸ´°Î»¥á¡¼¥ë¤Î¥Æ¥ó¥×¥ì¡¼¥È¤òÊѤ¨¤ë 63 63 if(ereg("(ezweb.ne.jp$|docomo.ne.jp$|softbank.ne.jp$|vodafone.ne.jp$)",$order_email[0]['order_email'])){ 64 sfSendOrderMail($order_id, '1', '', ''); 64 // ¥â¥Ð¥¤¥ëÈÇ 65 sfSendOrderMail($order_id, '2'); 65 66 }else{ 66 sfSendOrderMail($order_id, '0', '', ''); 67 // PCÈÇ 68 sfSendOrderMail($order_id, '1'); 67 69 } 68 70 } -
branches/feature-module-paygent/html/mobile/shopping/index.php
r14676 r15162 43 43 lfInitParam(); // ¥Ñ¥é¥á¡¼¥¿¾ðÊó¤Î½é´ü²½ 44 44 $objFormParam->setParam($_POST); // POSTÃͤμèÆÀ 45 46 47 45 //-------------------------------------¢§NONMEMBER---------------------------------------------- 48 46 //---- ¥Ú¡¼¥¸½é´üÀßÄê -
branches/feature-module-paygent/html/shopping/complete.php
r15120 r15162 63 63 //ÅÐÏ¿¤µ¤ì¤Æ¤¤¤ë¥á¡¼¥ë¥¢¥É¥ì¥¹¤¬·ÈÂÓ¤«PC¤«¤Ë±þ¤¸¤ÆÃíʸ´°Î»¥á¡¼¥ë¤Î¥Æ¥ó¥×¥ì¡¼¥È¤òÊѤ¨¤ë 64 64 if(ereg("(ezweb.ne.jp$|docomo.ne.jp$|softbank.ne.jp$|vodafone.ne.jp$)",$order_email[0]['order_email'])){ 65 sfSendOrderMail($order_id, '1',"",""); 65 // ¥â¥Ð¥¤¥ëÈÇ 66 sfSendOrderMail($order_id, '2'); 66 67 }else{ 67 sfSendOrderMail($order_id, '0',"",""); 68 // PCÈÇ 69 sfSendOrderMail($order_id, '1'); 68 70 } 69 71 } -
branches/feature-module-paygent/html/shopping/confirm.php
r15120 r15162 29 29 private-no-expire:¥¯¥é¥¤¥¢¥ó¥È¤Î¥¥ã¥Ã¥·¥å¤òµö²Ä¤¹¤ë¡£ 30 30 */ 31 session_cache_limiter('private-no-expire'); 32 31 session_cache_limiter('private-no-expire'); 33 32 } 34 33 } … … 44 43 $objQuery = new SC_Query(); 45 44 46 // Á°¤Î¥Ú¡¼¥¸¤ÇÀµ¤·¤¯ÅÐÏ¿¼ê³¤¤¬¹Ô¤ï¤ì¤¿µÏ¿¤¬¤¢¤ë¤«È½Äê47 sfIsPrePage($objSiteSess);48 49 45 // ¥æ¡¼¥¶¥æ¥Ë¡¼¥¯ID¤Î¼èÆÀ¤È¹ØÆþ¾õÂÖ¤ÎÀµÅöÀ¤ò¥Á¥§¥Ã¥¯ 50 46 $uniqid = sfCheckNormalAccess($objSiteSess, $objCartSess); … … 53 49 // ¥«¡¼¥È½¸·×½èÍý 54 50 $objPage = sfTotalCart($objPage, $objCartSess, $arrInfo); 51 55 52 // °ì»þ¼õÃí¥Æ¡¼¥Ö¥ë¤ÎÆÉ¹þ 56 53 $arrData = sfGetOrderTemp($uniqid); … … 66 63 } 67 64 } 68 69 65 70 66 // ¥«¡¼¥ÈÆâ¤Î¾¦ÉʤÎÇä¤êÀÚ¤ì¥Á¥§¥Ã¥¯ … … 88 84 } 89 85 $objPage->payment_type = $payment_type; 90 91 92 86 93 87 switch($_POST['mode']) { -
branches/feature-module-paygent/html/test/naka/info.php
r14676 r15162 1 1 <?php 2 require_once("../../require.php");3 2 phpinfo(); 4 5 6 7 8 9 10 11 3 ?> -
branches/feature-module-paygent/html/test/naka/mail_test2.php
r15146 r15162 3 3 $objMail = new GC_SendMail(); 4 4 5 $objMail->setItem("naka@lockon.co.jp", "¥Æ¥¹¥È£²", "¤¢", "test@lockon.co.jp", "from", "test@lockon.co.jp", "test@lockon.co.jp"); 5 $objMail->setItem("naka@lockon.co.jp", "ÂΩ", "<b>ÂΩ¤¯¤ó¤Ç¤¹¡£</b>", "test@lockon.co.jp", "ÂΩ", "test@lockon.co.jp", "test@lockon.co.jp"); 6 $objMail->sendMail(); 6 7 7 print_r($objMail); 8 print(CHAR_CODE); 9 10 $header = "From: test@lockon.co.jp"; 11 12 //¡¡¥á¡¼¥ëÁ÷¿® 13 if( mb_send_mail($objMail->to, $objMail->subject, $objMail->body, $header) ) { 14 return true; 15 } 16 17 8 $objMail->setItemHtml("naka@lockon.co.jp", "ÂΩ", "<b>ÂΩ¤¯¤ó¤Ç¤¹¡£</b>", "test@lockon.co.jp", "ÂΩ", "test@lockon.co.jp", "test@lockon.co.jp"); 9 $objMail->sendMail(); 18 10 ?>
Note: See TracChangeset
for help on using the changeset viewer.