Index: branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Complete.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Complete.php	(revision 20116)
+++ branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Complete.php	(revision 20123)
@@ -45,8 +45,4 @@
         parent::init();
         $this->tpl_title = "ご注文完了";
-
-        $masterData = new SC_DB_MasterData_Ex();
-        $this->arrCONVENIENCE = $masterData->getMasterData("mtb_convenience");
-        $this->arrCONVENIMESSAGE = $masterData->getMasterData("mtb_conveni_message");
     }
 
@@ -68,7 +64,5 @@
      */
     function action() {
-        $objView = new SC_SiteView();
-        $objSiteInfo = $objView->objSiteInfo;
-        $this->arrInfo = $objSiteInfo->data;
+        $this->arrInfo = SC_Helper_DB_Ex::sfGetBasisData();
     }
 
