Ignore:
Timestamp:
2007/06/14 22:01:13 (17 years ago)
Author:
adati
Message:

1.4.0a-betaのマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/html/mobile/shopping/confirm.php

    r11893 r14676  
    1515    var $tpl_total_deliv_fee; 
    1616    function LC_Page() { 
    17         $this->tpl_mainpage = 'shopping/confirm.tpl'; 
     17        $this->tpl_mainpage = 'nonmember/confirm.tpl'; 
    1818        $this->tpl_css = '/css/layout/shopping/confirm.css'; 
    1919        $this->tpl_title = "¤´ÆþÎÏÆâÍƤΤ´³Îǧ"; 
     
    7070// ·èºÑ¶èʬ¤ò¼èÆÀ¤¹¤ë 
    7171$payment_type = ""; 
     72$module_id = ""; 
    7273if(sfColumnExists("dtb_payment", "memo01")){ 
    7374    // MEMO03¤ËÃͤ¬Æþ¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¥â¥¸¥å¡¼¥ëÄɲ䵤줿¤â¤Î¤È¤ß¤Ê¤¹ 
    74     $sql = "SELECT memo03 FROM dtb_payment WHERE payment_id = ?"; 
     75    $sql = "SELECT module_id,memo03 FROM dtb_payment WHERE payment_id = ?"; 
    7576    $arrPayment = $objQuery->getall($sql, array($arrData['payment_id'])); 
    7677    $payment_type = $arrPayment[0]["memo03"]; 
     78    $module_id =  $arrPayment[0]["module_id"];     
    7779} 
    7880$objPage->payment_type = $payment_type; 
     
    103105     
    104106    // ·èºÑÊýË¡¤Ë¤è¤ê²èÌÌÀÚÂØ 
    105     if($payment_type != "") { 
     107    if(!empty($module_id)) { 
    106108        $_SESSION["payment_id"] = $arrData['payment_id']; 
    107109        header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_MODULE)); 
Note: See TracChangeset for help on using the changeset viewer.