バージョン選択

フォーラム

メニュー

オンライン状況

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

サイト内検索

質問 > フロント機能 > 商品検索ブロックの検索ボタンが表示されない

フロント機能

新規スレッドを追加する

スレッド表示 | 古いものから 前のトピック | 次のトピック | 下へ
投稿者 スレッド
MusicArt
投稿日時: 2021/6/15 16:55
対応状況: −−−
新米
登録日: 2021/6/10
居住地:
投稿: 3
Re: 商品検索ブロックの検索ボタンが表示されない
ありがとうございます、解決いたしました。
red
投稿日時: 2021/6/11 10:03
対応状況: −−−
登録日: 2010/2/15
居住地: 東京都
投稿: 1567
オンライン
Re: 商品検索ブロックの検索ボタンが表示されない
<!--{if false}-->
って書いてあるので出力されないですね


----------------
EC-CUBEのカスタマイズ、トラブル解決承ります
お気軽にお問い合わせ下さい
https://www.ec-cube.net/integrate/partner/partner.php?partner_id=690

MusicArt
投稿日時: 2021/6/10 16:17
対応状況: −−−
新米
登録日: 2021/6/10
居住地:
投稿: 3
商品検索ブロックの検索ボタンが表示されない
EC-CUBE 2.13でサイト構築をしています。

デフォルトの商品検索ブロックにて、なぜか検索ボタンが表示されないのですが、原因が分からずこちらに書き込ませていただきました。

「商品カテゴリから選ぶ/メーカーから選ぶ/キーワードを入力」までは表示されています。

お分かりの方がいらっしゃいましたらご教示いただけると幸いです。

現状のブロックは下記のとおりです。

<!--{*
* 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.
*}-->

<!--{strip}-->
<div class="block_outer">
<div id="search_area">
<h2><span class="title"><img src="<!--{$TPL_URLPATH}-->img/title/tit_bloc_search.gif" alt="検索条件" /></span></h2>
<div class="block_body">
<!--検索フォーム-->
<form name="search_form" id="search_form" method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php">
<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
<dl class="formlist">
<dt>商品カテゴリから選ぶ</dt>
<dd><input type="hidden" name="mode" value="search" />
<select name="category_id" class="box145" onChange="this.form.submit()">
<option label="全ての商品" value="">全ての商品</option>
<!--{html_options options=$arrCatList selected=$category_id}-->
</select>
</dd>
</dl>
<dl class="formlist">
<!--{if $arrMakerList}-->
<dt>メーカーから選ぶ</dt>
<dd><select name="maker_id" class="box145" onChange="this.form.submit()">
<option label="全てのメーカー" value="">全てのメーカー</option>
<!--{html_options options=$arrMakerList selected=$maker_id}-->
</select>
</dd>
</dl>
<dl class="formlist">
<!--{/if}-->
<dt>キーワードを入力</dt>
<dd><input type="text" name="name" class="box140" maxlength="50" value="<!--{$smarty.get.name|h}-->" onChange="this.form.submit()" /></dd>
</dl>

<dl class="formlist">
<!--{if $arrSearchKey1}-->
<!--{if $arrSearchKeyCaption[1]}-->
<dt>絞り込み条件:<!--{$arrSearchKeyCaption[1]}--></dt>
<!--{/if}-->
<dd><select name="search_key1" class="box145" onChange="this.form.submit()">
<option label="未指定" value="">未指定</option>
<!--{html_options options=$arrSearchKey1 selected=$search_key1}-->
</select>
</dd>
<!--{/if}-->
</dl>
<dl class="formlist">
<!--{if $arrSearchKey2}-->
<!--{if $arrSearchKeyCaption[2]}-->
<dt>絞り込み条件:<!--{$arrSearchKeyCaption[2]}--></dt>
<!--{/if}-->
<dd><select name="search_key2" class="box145" onChange="this.form.submit()">
<option label="未指定" value="">未指定</option>
<!--{html_options options=$arrSearchKey2 selected=$search_key2}-->
</select>
</dd>
<!--{/if}-->
</dl>
<dl class="formlist">
<!--{if $arrSearchKey3}-->
<!--{if $arrSearchKeyCaption[3]}-->
<dt>絞り込み条件:<!--{$arrSearchKeyCaption[3]}--></dt>
<!--{/if}-->
<dd><select name="search_key3" class="box145" onChange="this.form.submit()">
<option label="未指定" value="">未指定</option>
<!--{html_options options=$arrSearchKey3 selected=$search_key3}-->
</select>
</dd>
<!--{/if}-->
</dl>
<!--{if false}-->
<p class="btn">
<input type="image" class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_bloc_search.jpg" alt="検索" name="search" />
</p>
<!--{/if}-->
</form>
</div>
</div>
</div>
<!--{/strip}-->
スレッド表示 | 古いものから 前のトピック | 次のトピック | トップ


 



ログイン


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

統計情報

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

投稿数ランキング

1
seasoft
7365
2
468
3217
3
AMUAMU
2712
4
nanasess
2303
5
umebius
2085
6
yuh
1818
7
h_tanaka
1610
8
red
1567
9
mcontact
1240
10
tsuji
958
11
fukap
907
12
shutta
835
13
tao_s
796
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.