購入履歴詳細タブ(部分テンプレート)
マイページ 購入履歴画面(購入履歴一覧・詳細基本情報・詳細 お届け先情報・詳細 お届け先情報の編集 受取店舗情報・詳細)で利用する購入履歴詳細タブ用部分テンプレートです。
必要に応じてそれぞれのページで include して利用します。(マイページ 購入履歴画面以外では利用できません)
テーマ管理のファイルパス
ec_force/shop/customer/orders/shared/_nav.html.liquid
ec_force/shop/customer/orders/shared/_nav.html+smartphone.liquid
必要なコンポーネント
任意とあるもの以外はシステム上必要なコンポーネントとなりますので、必ず使用するようにしてください。
<a {% unless template == 'shop/customer/orders' %}href="/shop/customer/orders/{{ order.number }}"{% endunless %}>基本情報</a>
{% if order.pickup_store != blank %}
<a {% unless template == 'shop/customer/orders/pickup_store' %}href="/shop/customer/orders/{{ order.number }}/pickup_store"{% endunless %}>受取店舗</a>
{% elsif order.smaregi_order? == false %}
<a {% unless template == 'shop/customer/orders/shipping_address' %}href="/shop/customer/orders/{{ order.number }}/shipping_address"{% endunless %}>お届け先住所</a>
{% endif %}