バージョン選択

フォーラム

メニュー

オンライン状況

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

サイト内検索

 > フロント機能 > Dtb_pagelayoutのfilename内の設定を条件によって変更させたいです。

フロント機能

新規スレッドを追加する

フラット表示 前のトピック | 次のトピック
投稿者 スレッド
spgo
投稿日時: 2016/12/23 18:00
対応状況: −−−
一人前
登録日: 2011/6/30
居住地:
投稿: 73
Re: Dtb_pagelayoutのfilename内の設定を条件によって変更させたいです。
468様、

頂きました記述で切り替えできるようです。大変感謝いたします。

ただ、条件文設定で頓挫しております。以下の設定(lfGetReviewData商品レビューを参考)ではエラーは出ないものの、それがない状態と変わりなく、恐らく、設定自体がただ単に読まれていないためだと思われますが、どこに問題があるか、あるいは他に適した方法はありますでしょうか。

$this->arrId = $this->lfGetId($product_id);

if ($arrId ['id'] == 2) {
$this->tpl_mainpage = 'products/detail2.tpl';
}
if ($arrId ['id'] == 1) {
$this->tpl_mainpage = 'products/detail1.tpl';
}


function lfGetId ($id) {
$objQuery =& SC_Query_Ex::getSingletonInstance();
$col = 'id';
$from = 'dtb_products';
$where = 'product_id = ?';
$objQuery->setOrder('create_date DESC');
$arrWhereVal = array($id);
$arrId = $objQuery->select($col, $from, $where, $arrWhereVal);
return $arrId;
}
フラット表示 前のトピック | 次のトピック


題名 投稿者 日時
   Dtb_pagelayoutのfilename内の設定を条件によって変更させたいです。 spgo 2016/12/20 16:27
     Re: Dtb_pagelayoutのfilename内の設定を条件によって変更させたいです。 468 2016/12/21 12:21
       Re: Dtb_pagelayoutのfilename内の設定を条件によって変更させたいです。 spgo 2016/12/21 15:50
         Re: Dtb_pagelayoutのfilename内の設定を条件によって変更させたいです。 468 2016/12/21 17:22
         » Re: Dtb_pagelayoutのfilename内の設定を条件によって変更させたいです。 spgo 2016/12/23 18:00
             Re: Dtb_pagelayoutのfilename内の設定を条件によって変更させたいです。 468 2016/12/23 19:53
               Re: Dtb_pagelayoutのfilename内の設定を条件によって変更させたいです。 spgo 2016/12/24 13:33
                 Re: Dtb_pagelayoutのfilename内の設定を条件によって変更させたいです。 468 2016/12/24 15:24
                   Re: Dtb_pagelayoutのfilename内の設定を条件によって変更させたいです。 spgo 2016/12/26 19:09
                     Re: Dtb_pagelayoutのfilename内の設定を条件によって変更させたいです。 468 2016/12/27 1:01
                       Re: Dtb_pagelayoutのfilename内の設定を条件によって変更させたいです。 spgo 2017/1/5 10:11

 



ログイン


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

統計情報

総メンバー数は89,466名です
総投稿数は110,097件です

投稿数ランキング

1
seasoft
7367
2
468
3217
3
AMUAMU
2712
4
nanasess
2314
5
umebius
2085
6
yuh
1819
7
h_tanaka
1654
8
red
1570
9
mcontact
1306
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.