Changeset 16985


Ignore:
Timestamp:
2008/01/17 16:22:18 (16 years ago)
Author:
satou
Message:

#223 携帯サイトの注文完了メールがPC版テンプレになるバグを修正。

Location:
branches/feature-module-update
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/shopping/LC_Page_Shopping_Complete.php

    r16741 r16985  
    188188            // 完了メール送信 
    189189            if($order_id != "") { 
    190                 $mailHelper->sfSendOrderMail($order_id, '1'); 
     190                $mailHelper->sfSendOrderMail($order_id, '2'); 
    191191            } 
    192192 
     
    201201                    // URLの場合にはリンクつきで表示させる 
    202202                    if (preg_match('/^(https?|ftp)(:\/\/[-_.!~*\'()a-zA-Z0-9;\/?:\@&=+\$,%#]+)$/', $val["value"])) { 
    203                         $arrOther[$key]["value"] = "<a href='#' onClick=\"window.open('". $val["value"] . "'); \" >" . $val["value"] ."</a>"; 
     203                        $arrOther[$key]["value"] = "<a href='". $val["value"]. "'>". $val["value"]. "</a>"; 
    204204                    } 
    205205                } 
  • branches/feature-module-update/html/install/sql/insert_data.sql

    r16977 r16985  
    606606INSERT INTO mtb_mail_template VALUES ('3', '取り寄せ確認メール',2); 
    607607INSERT INTO mtb_mail_tpl_path VALUES ('1', 'mail_templates/order_mail.tpl',0); 
    608 INSERT INTO mtb_mail_tpl_path VALUES ('2', 'mail_templates/order_mail.tpl',1); 
     608INSERT INTO mtb_mail_tpl_path VALUES ('2', 'mobile/mail_templates/order_mail.tpl',1); 
    609609INSERT INTO mtb_mail_tpl_path VALUES ('3', 'mail_templates/order_mail.tpl',2); 
    610610INSERT INTO mtb_mail_tpl_path VALUES ('4', 'mail_templates/contact_mail.tpl',3); 
Note: See TracChangeset for help on using the changeset viewer.