バージョン選択

フォーラム

メニュー

オンライン状況

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

サイト内検索

質問 > フロント機能 > 商品一覧で規格選択ドロップダウンメニューの表示がされない

フロント機能

新規スレッドを追加する

スレッド表示 | 新しいものから 前のトピック | 次のトピック | 下へ
投稿者 スレッド
tap
投稿日時: 2008/7/14 12:26
対応状況: −−−
常連
登録日: 2008/7/14
居住地:
投稿: 40
商品一覧で規格選択ドロップダウンメニューの表示がされない
環境
EC-CUBEバージョン 2.0.1
PHPバージョン PHP 5.1.6
DBバージョン MySQL 5.0.22

タイトルどおりなのですが、商品一覧ページにおいて
規格選択をするドロップダウンメニューが表示されなくなりました。

デフォルトのlist.tplに戻したりしたのですが、解決しませんでした。

なにか原因となりそうな点を教えていただけると助かります。


※規格が選択されていないため、一覧から買い物カゴに入れるボタンを押しても、カゴの中身ページへ移動しても、商品が入っていませんとの表示が出ます。

また、詳細ページではきちんとドロップダウンメニューは表示されております。



homan
投稿日時: 2008/7/14 13:22
対応状況: −−−
仙人
登録日: 2007/7/2
居住地: 宮崎県宮崎市
投稿: 633
Re: 商品一覧で規格選択ドロップダウンメニューの表示がされない
まずお聞きしたいのは、
デフォルトのEC-CUBEをデザインテンプレート、またはPHPファイルをカスタマイズして、そのような状況になったのでしょうか。

その場合、どこをどのようにカスタマイズや変更を行ったのかお知らせ頂くとわかるかもしれないですね。


----------------
このコミュニティでの投稿はボランティアの範囲に留めさせていただいています。個別の相談やカスタマイズは有償にて承っておりますのでご相談下さい。

[url=http://www.eccube-school.jp/]EC-CUBE

tap
投稿日時: 2008/7/14 13:52
対応状況: −−−
常連
登録日: 2008/7/14
居住地:
投稿: 40
Re: 商品一覧で規格選択ドロップダウンメニューの表示がされない
早速のお返事ありがとうございます。

一応カスタマイズした箇所に関しては、(list.tpl)デフォルト
のものに戻しております。

デザイン的にはCSSでかなり見栄えを変えておりますが
phpなどのファイルは直接いじってはおりません。

ただ、一点気になるのが、一度商品登録をしても
価格やカテゴリといった部分が反映されず、再度編集から
上記を入力しないと反映されないという不具合が出ています?


今一度、いろいろなファイルをデフォルトのものに戻す
作業をしておりますが、 どの変が怪しいかなど、ありましたら
助言いただければ助かります。

sakurai07
投稿日時: 2008/7/25 16:09
対応状況: −−−
長老
登録日: 2008/2/29
居住地:
投稿: 179
Re: 商品一覧で規格選択ドロップダウンメニューの表示がされない
私も2系を利用し同じような現象になり困っております。

どなたかご指導お願いします。

<!--{*

*}-->
<script type="text/javascript">//<![CDATA[
// セレクトボックスに項目を割り当てる。
function lnSetSelect(name1, name2, id, val) {
sele1 = document.form1[name1];
sele2 = document.form1[name2];
lists = eval('lists' + id);
vals = eval('vals' + id);

if(sele1 && sele2) {
index = sele1.selectedIndex;

// セレクトボックスのクリア
count = sele2.options.length;
for(i = count; i >= 0; i--) {
sele2.options[i] = null;
}

// セレクトボックスに値を割り当てる
len = lists[index].length;
for(i = 0; i < len; i++) {
sele2.options[i] = new Option(lists[index][i], vals[index][i]);
if(val != "" && vals[index][i] == val) {
sele2.options[i].selected = true;
}
}
}
}
//]]>
</script>

<!--▼CONTENTS-->
<div id="undercolumn">
<form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
<input type="hidden" name="pageno" value="<!--{$tpl_pageno}-->" />
<input type="hidden" name="mode" value="" />
<input type="hidden" name="orderby" value="<!--{$orderby}-->" />
<input type="hidden" name="product_id" value="" />
<div id="listtitle"><h2><!--★タイトル★--><!--{$tpl_subtitle}--></h2></div><!--{if $tpl_title == "TOPページ"}-->
トップページの時の処理
<!--{else}-->
<dl id="topicPath">
<dt><a href="<!--{$smarty.const.SITE_URL}-->index.php">トップページ</a> > <span class="redst"><!--{$tpl_subtitle}--></span></dt>
</dl>
<!--{/if}-->
<!--検索条件ここから-->
<!--{if $tpl_subtitle == "検索結果"}-->
<ul class="pagecondarea">
<li><strong>商品カテゴリ:</strong><!--{$arrSearch.category|escape}--></li>
<li><strong>商品名:</strong><!--{$arrSearch.name|escape}--></li>
</ul>
<!--{/if}-->
<!--検索条件ここまで-->

<!--件数ここから-->
<!--{if $tpl_linemax > 0}-->
<ul class="pagenumberarea">
<li class="left"><span class="pagenumber"><!--{$tpl_linemax}--></span>件の商品がございます。</li>
<li class="center"><!--{$tpl_strnavi}--></li>
<li class="right"><!--{if $orderby != 'price'}-->
<a href="java script:fnModeSubmit('', 'orderby', 'price')">価格順</a>
<!--{else}-->
<strong>価格順</strong>
<!--{/if}-->&nbsp;
<!--{if $orderby != "date"}-->
<a href="java script:fnModeSubmit('', 'orderby', 'date')">新着順</a>
<!--{else}-->
<strong>新着順</strong>
<!--{/if}-->
</li>
</ul><!--件数ここまで-->
<!--{else}-->
<!--{include file="frontparts/search_zero.tpl"}-->
<!--{/if}-->

<!--{section name=cnt loop=$arrProducts}-->
<!--{assign var=id value=$arrProducts[cnt].product_id}-->
<!--▼商品ここから-->
<div class="listarea">
<div class="listphoto">
<!--★画像★-->
<a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProducts[cnt].product_id}-->.html" class="over"><!--商品写真--><img src="<!--{$smarty.const.IMAGE_SAVE_URL|sfTrimURL}-->/<!--{$arrProducts[cnt].main_list_image}-->" alt="<!--{$arrProducts[cnt].name|escape}-->" class="picture" /></a>
</div>
<div class="listrightblock">
<!--アイコン-->
<!--商品ステータス-->
<!--{if count($arrProducts[cnt].product_flag) > 0}-->
<ul>
<!--{section name=flg loop=$arrProducts[cnt].product_flag|count_characters}-->
<!--{if $arrProducts[cnt].product_flag[flg] == "1"}-->
<!--{assign var=key value="`$smarty.section.flg.iteration`"}-->
<li><img src="<!--{$TPL_DIR}--><!--{$arrSTATUS_IMAGE[$key]}-->" width="65" height="17" alt="<!--{$arrSTATUS[$key]}-->"/></li>
<!--{assign var=sts_cnt value=$sts_cnt+1}-->
<!--{/if}-->
<!--{/section}-->
</ul>
<!--{/if}-->
<!--商品ステータス-->
<!--アイコン-->
<!--★商品名★-->
<h3>
<a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProducts[cnt].product_id}-->.html"><!--{$arrProducts[cnt].name|escape}--></a>

</h3>
<p class="listcomment"><!--★コメント★--><!--{$arrProducts[cnt].main_list_comment|escape|nl2br}--></p>
<p>
<span class="pricebox">価格<span class="mini">(税込)</span>:
<span class="price">
<!--{if $arrProducts[cnt].price02_min == $arrProducts[cnt].price02_max}-->
<!--{$arrProducts[cnt].price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
<!--{else}-->
<!--{$arrProducts[cnt].price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->〜<!--{$arrProducts[cnt].price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
<!--{/if}-->円</span></span>
<span class="btnbox"><!--★詳細ボタン★-->
<!--{assign var=name value="detail`$smarty.section.cnt.iteration`"}-->
<a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProducts[cnt].product_id}-->.html" onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_detail_on.gif','<!--{$name}-->');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/b_detail.gif','<!--{$name}-->');">
<img src="<!--{$TPL_DIR}-->img/products/b_detail.gif" width="115" height="25" alt="詳しくはこちら" name="<!--{$name}-->" id="<!--{$name}-->" />
</a>
</span>
</p>

<!--{if $arrProducts[cnt].stock_max == 0 && $arrProducts[cnt].stock_unlimited_max != 1}-->
<p class="soldout"><em>申し訳ございませんが、只今品切れ中です。</em></p>
<!--{else}-->
<!--▼買い物かご-->
<div class="in_cart">
<dl>

<!--{assign var=class1 value=classcategory_id`$id`_1}-->
<!--{assign var=class2 value=classcategory_id`$id`_2}-->
<!--{if $tpl_classcat_find1[$id]}-->
<dt><!--{$tpl_class_name1[$id]|escape}-->:</dt>
<dd>
<select name="<!--{$class1}-->" style="<!--{$arrErr[$class1]|sfGetErrorColor}-->" onchange="lnSetSelect('<!--{$class1}-->', '<!--{$class2}-->', '<!--{$id}-->','');">
<option value="">選択してください</option>
<!--{html_options options=$arrClassCat1[$id] selected=$arrForm[$class1]}-->
</select>
<!--{if $arrErr[$class1] != ""}-->
<br /><span class="attention">※ <!--{$tpl_class_name1[$id]}-->を入力して下さい。</span>
<!--{/if}-->
</dd>
<!--{/if}-->
<!--{if $tpl_classcat_find2[$id]}-->
<dt><!--{$tpl_class_name2[$id]|escape}-->:</dt>
<dd>
<select name="<!--{$class2}-->" style="<!--{$arrErr[$class2]|sfGetErrorColor}-->">
<option value="">選択してください</option>
</select>
<!--{if $arrErr[$class2] != ""}-->
<br /><span class="attention">※ <!--{$tpl_class_name2[$id]}-->を入力して下さい。</span>
<!--{/if}-->
</dd>
<!--{/if}-->

<!--{assign var=quantity value=quantity`$id`}-->
<dt>個数:</dt>
<dd><input type="text" name="<!--{$quantity}-->" size="3" class="box54" value="<!--{$arrForm[$quantity]|default:1}-->" maxlength="<!--{$smarty.const.INT_LEN}-->" style="<!--{$arrErr[$quantity]|sfGetErrorColor}-->" />
<!--{if $arrErr[$quantity] != ""}-->
<br /><span class="attention"><!--{$arrErr[$quantity]}--></span>
<!--{/if}-->
</dd>
</dl>
<div class="cartbtn">
<a href="<!--{$smarty.server.REQUEST_URI|escape}-->#product<!--{$id}-->" onclick="fnChangeAction('<!--{$smarty.server.REQUEST_URI|escape}-->#product<!--{$id}-->'); fnModeSubmit('cart','product_id','<!--{$id}-->'); return false;" onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_cartin_on.gif','cart<!--{$id}-->');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/b_cartin.gif','cart<!--{$id}-->');">
<img src="<!--{$TPL_DIR}-->img/products/b_cartin.gif" width="115" height="25" alt="カゴに入れる" name="cart<!--{$id}-->" id="cart<!--{$id}-->" />
</a>
</div>
</div>
<!--▲買い物かご-->
<!--{/if}-->
</div>
</div>
<!--{/section}-->

<!--件数ここから-->
<!--{if $tpl_linemax > 0}-->
<ul class="pagenumberarea">
<li class="left"><span class="pagenumber"><!--{$tpl_linemax}--></span>件の商品がございます。</li>
<li class="center"><!--{$tpl_strnavi}--></li>
<li class="right"><!--{if $orderby != 'price'}-->
<a href="java script:fnModeSubmit('', 'orderby', 'price')">価格順</a>
<!--{else}-->
<strong>価格順</strong>
<!--{/if}-->&nbsp;
<!--{if $orderby != "date"}-->
<a href="java script:fnModeSubmit('', 'orderby', 'date')">新着順</a>
<!--{else}-->
<strong>新着順</strong>
<!--{/if}-->
</li>
</ul><!--件数ここまで-->
<!--{/if}-->
</form>
</div>
<!--▲CONTENTS-->
tap
投稿日時: 2008/7/31 12:15
対応状況: −−−
常連
登録日: 2008/7/14
居住地:
投稿: 40
Re: 商品一覧で規格選択ドロップダウンメニューの表示がされない
一応自己解決しました。

どうやら商品一覧ページの表示数を変更したことで、表示されなく
なっているようでした。

デフォルト 15件 のところを6件にしていたのですが、
これを元に戻したところ正常にドロップダウンも表示される
ようになりました。

一覧ページの表示件数の変更は、正しく行っていたつもり
なのですが、なぜ表示されなくなったのかはいまだ不明です。

とりあえずご報告まで。

ご返信いただいた方ありがとうゴザイマシタ。
yumi
投稿日時: 2008/11/22 14:58
対応状況: −−−
半人前
登録日: 2008/8/28
居住地: 地球
投稿: 26
原因ミツケマシタ。
同じ現象で丸一日潰れました(´Д⊂
このままでは悔しいので、ソース解析しましたらば、、、

data/class/pages/products/LC_Page_Products_List.php
function lfDispProductsList内(商品一覧表示関数内)
引用:

// 規格セレクトボックス設定
if($disp_num == 15) {
for($i = 0; $i < count($this->arrProducts); $i++) {
$this->lfMakeSelect($this->arrProducts[$i]['product_id'], $arrClassName, $arrClassCatName);
// 購入制限数を取得
$this->lfGetSaleLimit($this->arrProducts[$i]);
}
}

こんな記述が。
えーと・・・15件の時にしか規格セレクトボックス表示しないのですか?!?!?

というわけで、
これを↓
if($disp_num == 15) {
これに↓
if($disp_num == $this->disp_number) {

無事表示できました。(*'-')♪
これで、どんな数値を設定しても表示されるはず・・・です。たぶん。
せっかくDBから数値引っぱってきてるんだし
(そもそも表示件数設定できるんだし)
それを使おうよ。。。
スレッド表示 | 新しいものから 前のトピック | 次のトピック | トップ


 



ログイン


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

統計情報

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

投稿数ランキング

1
seasoft
7365
2
468
3217
3
AMUAMU
2712
4
nanasess
2303
5
umebius
2085
6
yuh
1818
7
h_tanaka
1610
8
red
1568
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.