バージョン選択

フォーラム

メニュー

オンライン状況

61 人のユーザが現在オンラインです。 (49 人のユーザが フォーラム を参照しています。)
登録ユーザ: 0
ゲスト: 61
もっと...

サイト内検索

バグ報告 > 管理機能 > コンバージョン

管理機能

新規スレッドを追加する

フラット表示 前のトピック | 次のトピック
投稿者 スレッド
HAHAHA
投稿日時: 2014/2/20 18:19
対応状況: −−−
半人前
登録日: 2014/1/31
居住地:
投稿: 22
Re: コンバージョン
ありがとうございます。
下記のように記述しています。


<?php
/*
 * This file is part of EC-CUBE
 *
 * Copyright(c) 2000-2013 LOCKON CO.,LTD. All Rights Reserved.
 *
 * http://www.lockon.co.jp/
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */

require_once CLASS_EX_REALDIR . 'page_extends/LC_Page_Ex.php';

/**
 * ご注文完了 のページクラス.
 *
 * @package Page
 * @author LOCKON CO.,LTD.
 * @version $Id:LC_Page_Shopping_Complete.php 15532 2007-08-31 14:39:46Z nanasess $
 */
class LC_Page_Shopping_Complete extends LC_Page_Ex
{
    /**
     * Page を初期化する.
     *
     * @return void
     */
    public function init()
    {
        parent::init();
        $this->tpl_title = 'ご注文完了';
    }

    /**
     * Page のプロセス.
     *
     * @return void
     */
    public function process()
    {
        parent::process();
        $this->action();
        $this->sendResponse();
        // プラグインなどで order_id を取得する場合があるため,  ここで unset する
        unset($_SESSION['order_id']);
    }

    /**
     * Page のアクション.
     *
     * @return void
     */
    public function action()
    {
        $this->arrInfo = SC_Helper_DB_Ex::sfGetBasisData();
    }

    /**
     * 決済モジュールから遷移する場合があるため, トークンチェックしない.
     */
    public function doValidToken()
    {
        // nothing.
    }
}
フラット表示 前のトピック | 次のトピック


題名 投稿者 日時
   コンバージョン HAHAHA 2014/2/1 16:47
     Re: コンバージョン casa 2014/2/3 10:23
       Re: コンバージョン HAHAHA 2014/2/4 19:14
         Re: コンバージョン sumida 2014/2/4 19:50
           Re: コンバージョン HAHAHA 2014/2/4 22:54
             Re: コンバージョン casa 2014/2/5 9:40
               Re: コンバージョン HAHAHA 2014/2/5 11:24
                 Re: コンバージョン sumida 2014/2/5 15:14
                   Re: コンバージョン casa 2014/2/5 15:46
                     Re: コンバージョン HAHAHA 2014/2/6 11:16
                       Re: コンバージョン nanasess 2014/2/6 11:34
                         Re: コンバージョン HAHAHA 2014/2/6 11:52
                     Re: コンバージョン HAHAHA 2014/2/14 2:08
                       Re: コンバージョン casa 2014/2/14 10:29
                         Re: コンバージョン HAHAHA 2014/2/14 15:07
                           Re: コンバージョン casa 2014/2/14 17:13
                             Re: コンバージョン HAHAHA 2014/2/14 18:07
                               Re: コンバージョン casa 2014/2/17 13:03
                                 Re: コンバージョン HAHAHA 2014/2/17 17:56
                                   Re: コンバージョン casa 2014/2/18 15:03
                                     Re: コンバージョン HAHAHA 2014/2/18 15:34
                                       Re: コンバージョン HAHAHA 2014/2/20 12:36
                                         Re: コンバージョン nanasess 2014/2/20 14:36
                                           Re: コンバージョン HAHAHA 2014/2/20 17:49
                                             Re: コンバージョン nanasess 2014/2/20 18:09
                                             » Re: コンバージョン HAHAHA 2014/2/20 18:19
                                                 Re: コンバージョン casa 2014/2/26 12:08
                                                   Re: コンバージョン tom79 2014/6/18 16:40
                                                     Re: コンバージョン pineray 2014/6/18 18:09
                                                       Re: コンバージョン tom79 2014/6/19 9:33
                                                         Re: コンバージョン pineray 2014/6/19 10:05
                                                           Re: コンバージョン tom79 2014/6/19 12:18

 



ログイン


EC-CUBE公式 Amazon Payプラグイン

統計情報

総メンバー数は88,717名です
総投稿数は109,952件です

投稿数ランキング

1
seasoft
7367
2
468
3217
3
AMUAMU
2712
4
nanasess
2313
5
umebius
2085
6
yuh
1819
7
h_tanaka
1638
8
red
1570
9
mcontact
1285
10
tsuji
958
11
fukap
907
12
shutta
835
13
tao_s
799
14 ramrun 789
15 karin 689
16 sumida 641
17
homan
633
18 DELIGHT 572
19
patapata
502
20
flealog
485


ネットショップの壺

EC-CUBEインテグレートパートナー

Copyright© EC-CUBE CO.,LTD. All Rights Reserved.