バージョン選択

フォーラム

メニュー

オンライン状況

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

サイト内検索

質問 > フロント機能 > この商品をチェックした人はこんな商品をチェックしてますの列数を2列から3列にする方法

フロント機能

新規スレッドを追加する

フラット表示 前のトピック | 次のトピック
投稿者 スレッド
hirororo
投稿日時: 2009/3/27 21:40
対応状況: −−−
半人前
登録日: 2009/3/23
居住地:
投稿: 19
Re: この商品をチェックした人はこんな商品をチェックしてますの列数を2列から3列にする方法
ご返信有難うございます。

仰るとおり元はカスタマイズされた機能です。

下記に、表示部のソースを記載いたします。

<!-- ▽ check item -->
<!--{if $arrRecommend}-->
<h2 class="mt15"><img src="<!--{$TPL_DIR}-->img/hl/tm_checkitem.gif" width="480" height="35" alt="この商品をチェックした人はこんな商品をチェックしています" /></h2>

<div class="mBox2" id="checkBox">
<!--{section name=cnt loop=$arrRecommend}-->
<!--{if ($smarty.section.cnt.index % 2) == 0}-->
<!--{if $arrRecommend[cnt].product_id}-->
<!-- 左列 -->
<div class="checkBoxL">
<!--{if $arrRecommend[cnt].main_list_image != ""}-->
<!--{assign var=image_path value="`$arrRecommend[cnt].main_list_image`"}-->
<!--{else}-->
<!--{assign var=image_path value="`$smarty.const.NO_IMAGE_DIR`"}-->
<!--{/if}-->
<p><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id}-->"><img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=130&height=130" alt="<!--{$arrRecommend[cnt].name|escape}-->" /></a></p>
<!--{assign var=price02_min value=`$arrRecommend[cnt].price02_min`}-->
<!--{assign var=price02_max value=`$arrRecommend[cnt].price02_max`}-->
<h3 class="checkName"><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id}-->"><!--{$arrRecommend[cnt].name|escape}--></a></h3>
<p class="checkPrice">
<!--{if $price02_min == $price02_max}-->
<!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
<!--{else}-->
<!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->〜<!--{$price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
<!--{/if}-->円</p>
<!--{if $arrRecommend[cnt].comment != null || $arrRecommend[cnt].comment != ""}-->
<p class="checkExp"><!--{$arrRecommend[cnt].comment|escape|nl2br}--></p>
<!--{/if}-->
</div>
<!-- 左列 -->
<!--{/if}-->
<!--{/if}-->


<!--{if ($smarty.section.cnt.index % 2) != 0}-->
<!--{* assign var=nextCnt value=$smarty.section.cnt.index+1 *}-->
<!--{if $arrRecommend[cnt].product_id}-->
<!-- 右列 -->
<div class="checkBoxR">
<!--{if $arrRecommend[cnt].main_list_image != ""}-->
<!--{assign var=image_path value="`$arrRecommend[cnt].main_list_image`"}-->
<!--{else}-->
<!--{assign var=image_path value="`$smarty.const.NO_IMAGE_DIR`"}-->
<!--{/if}-->
<p><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id}-->"><img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=130&height=130" alt="<!--{$arrRecommend[cnt].name|escape}-->" /></a></p>
<!--{assign var=price02_min value=`$arrRecommend[cnt].price02_min`}-->
<!--{assign var=price02_max value=`$arrRecommend[cnt].price02_max`}-->
<h3 class="checkName"><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id}-->"><!--{$arrRecommend[cnt].name|escape}--></a></h3>
<p class="checkPrice">
<!--{if $price02_min == $price02_max}-->
<!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
<!--{else}-->
<!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->〜<!--{$price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
<!--{/if}-->円</p>
<!--{if $arrRecommend[cnt].comment != null || $arrRecommend[cnt].comment != ""}-->
<p class="checkExp"><!--{$arrRecommend[cnt].comment|escape|nl2br}--></p>
<!--{/if}-->
</div>
<br class="clear" />
<!-- 右列 -->
<!--{/if}-->
<!--{/if}-->

<!--{if $smarty.section.cnt.last}-->
<br class="clear" />
</div>
<!--{/if}-->
<!--{/section}-->
<!--{/if}-->
<!-- ▲ check item end -->
フラット表示 前のトピック | 次のトピック


題名 投稿者 日時
   この商品をチェックした人はこんな商品をチェックしてますの列数を2列から3列にする方法 hirororo 2009/3/27 19:35
     Re: この商品をチェックした人はこんな商品をチェックしてますの列数を2列から3列にする方法 tonton 2009/3/27 20:56
     » Re: この商品をチェックした人はこんな商品をチェックしてますの列数を2列から3列にする方法 hirororo 2009/3/27 21:40
         Re: この商品をチェックした人はこんな商品をチェックしてますの列数を2列から3列にする方法 tonton 2009/3/27 22:14
           Re: この商品をチェックした人はこんな商品をチェックしてますの列数を2列から3列にする方法 hirororo 2009/3/27 22:27
           Re: この商品をチェックした人はこんな商品をチェックしてますの列数を2列から3列にする方法 hirororo 2009/3/28 5:05
             Re: この商品をチェックした人はこんな商品をチェックしてますの列数を2列から3列にする方法 seasoft 2009/3/28 6:03
               Re: この商品をチェックした人はこんな商品をチェックしてますの列数を2列から3列にする方法 tonton 2009/3/28 10:40
                 Re: この商品をチェックした人はこんな商品をチェックしてますの列数を2列から3列にする方法 hirororo 2009/3/28 15:04
                   Re: この商品をチェックした人はこんな商品をチェックしてますの列数を2列から3列にする方法 tonton 2009/3/28 17:24
                     Re: この商品をチェックした人はこんな商品をチェックしてますの列数を2列から3列にする方法 hirororo 2009/3/28 18:01
                       Re: この商品をチェックした人はこんな商品をチェックしてますの列数を2列から3列にする方法 tonton 2009/3/28 22:24
                         Re: この商品をチェックした人はこんな商品をチェックしてますの列数を2列から3列にする方法 hirororo 2009/4/1 16:17
                           Re: この商品をチェックした人はこんな商品をチェックしてますの列数を2列から3列にする方法 seasoft 2009/4/1 16:26
                             Re: この商品をチェックした人はこんな商品をチェックしてますの列数を2列から3列にする方法 hirororo 2009/4/1 16:32
                               Re: この商品をチェックした人はこんな商品をチェックしてますの列数を2列から3列にする方法 seasoft 2009/4/1 16:40
                                 Re: この商品をチェックした人はこんな商品をチェックしてますの列数を2列から3列にする方法 tonton 2009/4/1 17:59
                                   Re: この商品をチェックした人はこんな商品をチェックしてますの列数を2列から3列にする方法 hirororo 2009/4/2 21:41

 



ログイン


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

統計情報

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

投稿数ランキング

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