Ignore:
Timestamp:
2006/08/30 10:08:30 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/html/shopping
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/shopping/card.php

    r1328 r2812  
    3434$objSiteSess = new SC_SiteSession(); 
    3535$objCartSess = new SC_CartSession(); 
    36 $objSiteInfo = new SC_SiteInfo(); 
     36$objSiteInfo = $objView->objSiteInfo; 
    3737$arrInfo = $objSiteInfo->data; 
    3838 
  • temp/trunk/html/shopping/complete.php

    r2545 r2812  
    3333$objSiteSess = new SC_SiteSession(); 
    3434$objCartSess = new SC_CartSession(); 
    35 $objSiteInfo = new SC_SiteInfo(); 
     35$objSiteInfo = $objView->objSiteInfo; 
    3636$arrInfo = $objSiteInfo->data; 
    3737$objCustomer = new SC_Customer(); 
  • temp/trunk/html/shopping/confirm.php

    r2545 r2812  
    3232$objView = new SC_SiteView(); 
    3333$objCartSess = new SC_CartSession(); 
    34 $objSiteInfo = new SC_SiteInfo(); 
     34$objSiteInfo = $objView->objSiteInfo; 
    3535$objSiteSess = new SC_SiteSession(); 
    3636$objCustomer = new SC_Customer(); 
  • temp/trunk/html/shopping/convenience.php

    r1328 r2812  
    2222$objSiteSess = new SC_SiteSession; 
    2323$objCartSess = new SC_CartSession; 
    24 $objSiteInfo = new SC_SiteInfo; 
     24$objSiteInfo = $objView->objSiteInfo; 
    2525$objCustomer = new SC_Customer; 
    2626 
  • temp/trunk/html/shopping/loan.php

    r1328 r2812  
    3636$objCartSess = new SC_CartSession(); 
    3737$objCustomer = new SC_Customer(); 
    38 $objSiteInfo = new SC_SiteInfo(); 
     38$objSiteInfo = $objView->objSiteInfo; 
    3939$arrInfo = $objSiteInfo->data; 
    4040 
  • temp/trunk/html/shopping/loan_cancel.php

    r1328 r2812  
    3737$objCartSess = new SC_CartSession(); 
    3838$objCustomer = new SC_Customer(); 
    39 $objSiteInfo = new SC_SiteInfo(); 
     39$objSiteInfo = $objView->objSiteInfo; 
    4040$arrInfo = $objSiteInfo->data; 
    4141 
  • temp/trunk/html/shopping/payment.php

    r2288 r2812  
    2525$objCartSess = new SC_CartSession(); 
    2626$objCustomer = new SC_Customer(); 
    27 $objSiteInfo = new SC_SiteInfo(); 
     27$objSiteInfo = $objView->objSiteInfo; 
    2828$arrInfo = $objSiteInfo->data; 
    2929 
Note: See TracChangeset for help on using the changeset viewer.