Ignore:
Timestamp:
2010/08/06 14:52:59 (14 years ago)
Author:
eccuore
Message:

#792(ダウンロード販売機能) 機能追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Confirm.php

    r18701 r18777  
    8080        $this->tpl_uniqid = $uniqid; 
    8181 
     82        //ダウンロード商品判定 
     83        $this->cartdown = $objDb->chkCartDown($objCartSess); 
     84 
    8285        // カート集計処理 
    8386        $objDb->sfTotalCart($this, $objCartSess); 
     
    194197        $this->tpl_uniqid = $uniqid; 
    195198 
     199        //ダウンロード商品判定 
     200        $this->cartdown = $objDb->chkCartDown($objCartSess); 
     201 
    196202        // カート集計処理 
    197203        $objDb->sfTotalCart($this, $objCartSess); 
Note: See TracChangeset for help on using the changeset viewer.