Ignore:
Timestamp:
2010/03/11 10:35:11 (14 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Cart.php

    r16741 r18609  
    5454     */ 
    5555    function process() { 
    56         $objSubView = new SC_SiteView(); 
     56        $objSubView = new SC_SiteView(false); 
    5757        $objCart = new SC_CartSession(); 
    5858        $objSiteInfo = new SC_SiteInfo; 
     
    8686            $arrInfo = $objSiteInfo->data; 
    8787            // 購入金額合計 
    88             $ProductsTotal = $objCart->getAllProductsTotal($arrInfo); 
     88            $ProductsTotal = $objCart->getAllProductsTotal(); 
    8989 
    90             // 合計個数 
     90            // 合計数量 
    9191            $TotalQuantity = $objCart->getTotalQuantity(); 
    9292 
Note: See TracChangeset for help on using the changeset viewer.