バージョン選択

フォーラム

メニュー

オンライン状況

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

サイト内検索

質問 > フロント機能 > ブロック「商品検索」のカテゴリ表示について

フロント機能

新規スレッドを追加する

フラット表示 前のトピック | 次のトピック
投稿者 スレッド
SIC_MJ
投稿日時: 2011/9/2 15:01
対応状況: −−−
新米
登録日: 2011/3/22
居住地:
投稿: 8
Re: ブロック「商品検索」のカテゴリ表示について
LC_Page_FrontParts_Bloc_SearchProducts.phpで$this->category_idを設定している部分を変更すればいいと思います。

/**
* Page のアクション.
*
* @return void
*/
function action() {
// 商品ID取得
$product_id = $this -> lfGetProductId();
// カテゴリID取得
$category_id = $this -> lfGetCategoryId();
// メーカーID取得
$maker_id = $this -> lfGetMakerId();
// 選択中のカテゴリIDを判定する
$this->category_id = $this->lfGetSelectedCategoryId($product_id, $category_id);
// カテゴリ検索用選択リスト
$this->arrCatList = $this->lfGetCategoryList();
// 選択中のメーカーIDを判定する
$this->maker_id = $this->lfGetSelectedMakerId($product_id, $maker_id);
// メーカー検索用選択リスト
$this->arrMakerList = $this->lfGetMakerList();

// 追加 Start
$this->category_id[0] = '';
// 追加 End
}
フラット表示 前のトピック | 次のトピック


題名 投稿者 日時
   ブロック「商品検索」のカテゴリ表示について marushige 2011/9/2 14:41
   » Re: ブロック「商品検索」のカテゴリ表示について SIC_MJ 2011/9/2 15:01
       Re: ブロック「商品検索」のカテゴリ表示について marushige 2011/9/2 16:23
       Re: ブロック「商品検索」のカテゴリ表示について kawazu 2014/10/2 15:11

 



ログイン


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

統計情報

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

投稿数ランキング

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