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