Ignore:
Timestamp:
2008/11/10 20:57:44 (18 years ago)
Author:
takegami
Message:

#395 対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-1/html/shopping/payment.php

    r17687 r17703  
    6767    // ÆþÎÏÃͤÎÊÑ´¹ 
    6868    $objFormParam->convParam(); 
    69     $objPage->arrErr = lfCheckError($objPage->arrData ); 
     69    $objPage->arrErr = lfCheckError($objPage->arrData, $arrInfo, $objCartSess ); 
    7070    // ÆþÎÏ¥¨¥é¡¼¤Ê¤· 
    7171    if(count($objPage->arrErr) == 0) { 
     
    163163 
    164164/* ÆþÎÏÆâÍÆ¤Î¥Á¥§¥Ã¥¯ */ 
    165 function lfCheckError($arrData) { 
     165function lfCheckError($arrData, $arrInfo, $objCartSess ) { 
    166166    global $objFormParam; 
    167167    global $objCustomer; 
     
    187187     
    188188    //¤ª»ÙʧÊýË¡¤ÎÀ°¹çÀ­ 
    189     $objView = new SC_SiteView(); 
    190     $objSiteInfo = $objView->objSiteInfo; 
    191     $arrInfo = $objSiteInfo->data; 
    192     $objCartSess = new SC_CartSession(); 
    193     $arrInfo = $objSiteInfo->data; 
    194     // ¹ØÆþ¶â³Û¤Î¼èÆÀÆÀ 
     189    // ¹ØÆþ¶â³Û¤Î¼èÆÀÆÀ 
    195190    $total_pretax = $objCartSess->getAllProductsTotal($arrInfo); 
    196191    // »Ùʧ¤¤ÊýË¡¤Î¼èÆÀ 
Note: See TracChangeset for help on using the changeset viewer.