バージョン選択

フォーラム

メニュー

オンライン状況

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

サイト内検索

質問 > フロント機能 > おすすめ商品ブロックに 寄与ポイントを表示させたいのですが

フロント機能

新規スレッドを追加する

フラット表示 前のトピック | 次のトピック
投稿者 スレッド
sais
投稿日時: 2013/11/21 20:24
対応状況: −−−
新米
登録日: 2013/11/21
居住地:
投稿: 7
Re: おすすめ商品ブロックに 寄与ポイントを表示させたいのですが
sumida さん 
ありがとうございます。


念のためブロック全体の ソースを
<!--{*
 * 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}-->
    <!--{if count($arrBestProducts) > 0}-->
        <div class="block_outer clearfix">
            <div id="recommend_area">
                <h2><img src="<!--{$TPL_URLPATH}-->img/title/tit_bloc_recommend.png" alt="*" class="title_icon" /></h2>
                <div class="block_body clearfix">
                    <!--{foreach from=$arrBestProducts item=arrProduct name="recommend_products"}-->
                        <div class="product_item clearfix">
                            <div class="productImage">
                                <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->">
                                    <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrProduct.main_list_image|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80px;" alt="<!--{$arrProduct.name|h}-->" />
                                </a>
                            </div>
                            <div class="productContents">
                                <h3>
                                    <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->"><!--{$arrProduct.name|h}--></a>
                                </h3>
                                <p class="sale_price">
                                    <!--{$smarty.const.SALE_PRICE_TITLE}-->(税込): <span class="price"><!--{$arrProduct.price02_min_inctax|number_format}--> 円</span>
                                </p>
<!-- ポイント埋め込み -->
                <!--{if $smarty.const.USE_POINT !== false}-->
                    <div class="point">ポイント:
                        <span id="point_default"><!--{strip}-->
                            <!--{if $arrProduct.price02_min == $arrProduct.price02_max}-->
                                <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate|number_format}-->
                            <!--{else}-->
                                <!--{if $arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate == $arrProduct.price02_max|sfPrePoint:$arrProduct.point_rate}-->
                                    <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate|number_format}-->
                                <!--{else}-->
                                    <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate|number_format}-->〜<!--{$arrProduct.price02_max|sfPrePoint:$arrProduct.point_rate|number_format}-->
                                <!--{/if}-->
                            <!--{/if}-->
                        <!--{/strip}--></span><span id="point_dynamic"></span>
                        Pt
                    </div>
                <!--{/if}-->
                                <p class="mini comment"><!--{$arrProduct.comment|h|nl2br}--></p>
                            </div>
                        </div>
                        <!--{if $smarty.foreach.recommend_products.iteration % 2 === 0}-->
                            <div class="clear"></div>
                        <!--{/if}-->
                    <!--{/foreach}-->
                </div>
            </div>
        </div>
    <!--{/if}-->
<!--{/strip}-->


ポイントは 設定してあります 
詳細画面では 反映されています。
フラット表示 前のトピック | 次のトピック


題名 投稿者 日時
   おすすめ商品ブロックに 寄与ポイントを表示させたいのですが sais 2013/11/21 4:25
     Re: おすすめ商品ブロックに 寄与ポイントを表示させたいのですが tsuji 2013/11/21 9:17
       Re: おすすめ商品ブロックに 寄与ポイントを表示させたいのですが sais 2013/11/21 12:26
         Re: おすすめ商品ブロックに 寄与ポイントを表示させたいのですが flealog 2013/11/21 12:52
           Re: おすすめ商品ブロックに 寄与ポイントを表示させたいのですが sais 2013/11/21 13:04
             Re: おすすめ商品ブロックに 寄与ポイントを表示させたいのですが flealog 2013/11/21 15:43
               Re: おすすめ商品ブロックに 寄与ポイントを表示させたいのですが sumida 2013/11/21 16:57
               » Re: おすすめ商品ブロックに 寄与ポイントを表示させたいのですが sais 2013/11/21 20:24
                   Re: おすすめ商品ブロックに 寄与ポイントを表示させたいのですが flealog 2013/11/21 20:34
                     Re: おすすめ商品ブロックに 寄与ポイントを表示させたいのですが sais 2013/11/21 22:49
               Re: おすすめ商品ブロックに 寄与ポイントを表示させたいのですが sais 2013/11/21 20:12
                 Re: おすすめ商品ブロックに 寄与ポイントを表示させたいのですが sumida 2013/11/21 22:21
                   Re: おすすめ商品ブロックに 寄与ポイントを表示させたいのですが sais 2013/11/21 23:05

 



ログイン


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

統計情報

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

投稿数ランキング

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.