Ignore:
Timestamp:
2009/04/10 22:56:31 (15 years ago)
Author:
Seasoft
Message:

SC_CartSession_Ex カートセッション管理クラス(拡張)

Location:
branches/comu-ver2/html/shopping
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/html/shopping/card.php

    r16582 r17968  
    5555$objView = new SC_SiteView(); 
    5656$objSiteSess = new SC_SiteSession(); 
    57 $objCartSess = new SC_CartSession(); 
     57$objCartSess = new SC_CartSession_Ex(); 
    5858$objCampaignSess = new SC_CampaignSession(); 
    5959$objSiteInfo = $objView->objSiteInfo; 
  • branches/comu-ver2/html/shopping/convenience.php

    r16582 r17968  
    4242$objView = new SC_SiteView; 
    4343$objSiteSess = new SC_SiteSession; 
    44 $objCartSess = new SC_CartSession; 
     44$objCartSess = new SC_CartSession_Ex(); 
    4545$objCampaignSess = new SC_CampaignSession(); 
    4646$objSiteInfo = $objView->objSiteInfo; 
  • branches/comu-ver2/html/shopping/load_payment_module.php

    r17888 r17968  
    2424 
    2525$objSiteSess = new SC_SiteSession(); 
    26 $objCartSess = new SC_CartSession(); 
     26$objCartSess = new SC_CartSession_Ex(); 
    2727$objQuery = new SC_Query(); 
    2828 
  • branches/comu-ver2/html/shopping/loan.php

    r16582 r17968  
    5656$objView = new SC_SiteView(); 
    5757$objSiteSess = new SC_SiteSession(); 
    58 $objCartSess = new SC_CartSession(); 
     58$objCartSess = new SC_CartSession_Ex(); 
    5959$objCampaignSess = new SC_CampaignSession(); 
    6060$objCustomer = new SC_Customer(); 
  • branches/comu-ver2/html/shopping/loan_cancel.php

    r16582 r17968  
    5757$objView = new SC_SiteView(); 
    5858$objSiteSess = new SC_SiteSession(); 
    59 $objCartSess = new SC_CartSession(); 
     59$objCartSess = new SC_CartSession_Ex(); 
    6060$objCampaignSess = new SC_CampaignSession(); 
    6161$objCustomer = new SC_Customer(); 
Note: See TracChangeset for help on using the changeset viewer.