バージョン選択

フォーラム

メニュー

オンライン状況

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

サイト内検索

質問 > フロント機能 > /shopping/ ご注文手続き画面の伝票で新しい割引項目を追加表示したい

フロント機能

新規スレッドを追加する

フラット表示 前のトピック | 次のトピック
投稿者 スレッド
be-s
投稿日時: 2020/12/11 12:40
対応状況: −−−
一人前
登録日: 2016/2/2
居住地: São Paulo
投稿: 115
Re: /shopping/ ご注文手続き画面の伝票で新しい割引項目を追加表示したい
468さん
ありがとうございます。

/src/Eccube/Resource/template/default/Shopping/index.twi
参考にし下記コードを入れて思うような処理ができました。




{# まとめ売り用の処理名と表示用フラグの変数作成 #}
{% set checkProcessor = 'Customize\\Service\\PurchaseFlow\\Processor\\BandleSaleDiscountProcessor' %}
{% set BandleSaleDiscountFlg = 0 %}

{# まとめ売りの割引情報が入っていれば表示用フラグを立てる #}
{% for price in Order.OrderItems.toArray %}
    {% if price.processor_name is same as( checkProcessor ) and price.price < 0 %}
        {% set BandleSaleDiscountFlg = 1 %}
    {% endif %}
{% endfor %}





Twigの表示したい所に

{% if Order.taxable_discount < 0 %}


                        {% if BandleSaleDiscountFlg == 1 %}
                        {# まとめ売り表示用フラグが立っていればまとめ売り金額を表示 #}
                        <dl class="ec-totalBox__spec">
                            <dt>まとめ売り値引き額</dt>
                            <dd>{{ Order.taxable_discount|price }}</dd>
                        </dl>
                        {% else %}
                        <dl class="ec-totalBox__spec">
                            <dt>{{ 'common.discount'|trans }}</dt>
                            <dd>{{ Order.taxable_discount|price }}</dd>
                        </dl>
                        {% endif %}

                    {% endif %}
フラット表示 前のトピック | 次のトピック


題名 投稿者 日時
   /shopping/ ご注文手続き画面の伝票で新しい割引項目を追加表示したい be-s 2020/11/20 14:49
     Re: /shopping/ ご注文手続き画面の伝票で新しい割引項目を追加表示したい 468 2020/11/20 16:57
     » Re: /shopping/ ご注文手続き画面の伝票で新しい割引項目を追加表示したい be-s 2020/12/11 12:40

 



ログイン


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

統計情報

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

投稿数ランキング

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
1297
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.