Index: /branches/camp/camp-2_5-E/data/class/pages/shopping/LC_Page_Shopping_Confirm.php
===================================================================
--- /branches/camp/camp-2_5-E/data/class/pages/shopping/LC_Page_Shopping_Confirm.php	(revision 19091)
+++ /branches/camp/camp-2_5-E/data/class/pages/shopping/LC_Page_Shopping_Confirm.php	(revision 19252)
@@ -62,4 +62,5 @@
      */
     function process() {
+        parent::process();
         $this->action();
         $this->sendResponse();
@@ -67,9 +68,9 @@
 
     /**
-     * Page のプロセス.
-     *
-     * @return void
-     */
-    function process() {
+     * Page のアクション.
+     *
+     * @return void
+     */
+    function action() {
         $objView = new SC_SiteView();
         $objCartSess = new SC_CartSession();
@@ -191,4 +192,5 @@
      */
     function mobileProcess() {
+        parent::mobileProcess();
         $this->mobileAction();
         $this->sendResponse();
Index: /branches/camp/camp-2_5-E/data/class/pages/shopping/LC_Page_Shopping_Payment.php
===================================================================
--- /branches/camp/camp-2_5-E/data/class/pages/shopping/LC_Page_Shopping_Payment.php	(revision 19091)
+++ /branches/camp/camp-2_5-E/data/class/pages/shopping/LC_Page_Shopping_Payment.php	(revision 19252)
@@ -65,4 +65,5 @@
      */
     function process() {
+        parent::process();
         $this->action();
         $this->sendResponse();
@@ -70,5 +71,5 @@
 
     /**
-     * Page のプロセス.
+     * Page のアクション.
      *
      * @return void
@@ -198,4 +199,5 @@
      */
     function mobileProcess() {
+        parent::mobileProcess();
         $this->mobileAction();
         $this->sendResponse();
@@ -207,5 +209,5 @@
      * @return void
      */
-    function mobileProcess() {
+    function mobileAction() {
         $objSiteSess = new SC_SiteSession();
         $objCartSess = new SC_CartSession();
Index: /branches/camp/camp-2_5-E/data/class/pages/shopping/LC_Page_Shopping_Complete.php
===================================================================
--- /branches/camp/camp-2_5-E/data/class/pages/shopping/LC_Page_Shopping_Complete.php	(revision 19091)
+++ /branches/camp/camp-2_5-E/data/class/pages/shopping/LC_Page_Shopping_Complete.php	(revision 19252)
@@ -59,4 +59,5 @@
      */
     function process() {
+        parent::process();
         $this->action();
         $this->sendResponse();
@@ -98,4 +99,5 @@
      */
     function mobileProcess() {
+        parent::mobileProcess();
         $this->mobileAction();
         $this->sendResponse();
