テーマ仕様書 更新履歴
2024年
2024/09/26更新

2024/09/26更新

+ 更新した行
- 削除した行

[マイページ]領収書発行可能タイミングを決済状況「売上完了」時のみに制御する

マイページ > 購入履歴 での領収書を発行できるタイミングを決済状況「売上完了」時のみに制御します。

mypage > 購入履歴詳細画面 基本情報

ec_force/shop/customer/orders/show.html.liquid
ec_force/shop/customer/orders/show.html+smartphone.liquid

    <!-- 領収書発行 -->
+   {% if receipt_issue_display %}
-   {% if base_info.order_receipt_display_flg? and order.smaregi_order? == false %}
      <button class="receipt-issue" value="{{ order.number }}">領収書発行</button>
    {% endif %}