ショッピングカート

{{msg|raw}}

{% if list is not empty %}
    {% for itemIndex, listItem in list %}
  • {{listItem.name}}

    {{listItem.name}}

    {% if listItem.form_flag is not same as("0") %}
    {% if listItem.form_flag == "4" or listItem.form_flag == "5" or listItem.form_flag == "7" %}
    【宛名】
    {{listItem.add_name}}
    {% endif %} {% if listItem.form_flag != '0' and listItem.form_flag != '7' and listItem.form_flag != '8' %}
    【{{constant('OPTION_FORM_TYPE')[listItem.form_flag]['option_name']}}】
    {% if listItem.option_form is not empty %}{{listItem.option_form|raw|mb_truncate_byte(85)}}{% else %}入力なし{% endif %}
    {% endif %} {% if listItem.form_flag == "4" or listItem.form_flag == "5" or listItem.form_flag == "6" or listItem.form_flag == "7" or listItem.form_flag == "8" %}
    【差出人氏名】
    {% if listItem.sender is not empty %}
    {{listItem.sender}}
    {% else %}
    ご注文者様と同じ
    {% endif %} {% endif %} {% if listItem.form_flag == "8" %}
    【香典返し お届け先】
    {% if listItem.sender_address is not empty %}
    {{listItem.sender_address}}
    {% else %}
    ご注文者様と同じ
    {% endif %} {% endif %} {% if listItem.form_flag == "8" %}
    【香典返し ご連絡先】
    {% if listItem.sender_tel is not empty %}
    {{listItem.sender_tel}}
    {% else %}
    ご注文者様と同じ
    {% endif %} {% endif %}
    {% endif %}
    {% if listItem.taxation_type == "非課税" %}

    {{listItem.price|number_format}}円(非課税)

    {% else %}

    {{listItem.price|number_format}}円
    (税込{{(listItem.price+listItem.tax)|number_format}}円)(消費税:{{listItem.tax_rate}}%)

    {% endif %}
  • {% endfor %}
{% if splitTaxRateList is not empty %} {% for key,taxData in splitTaxRateList %} {% endfor %} {% endif %}
小計 {{all_total|number_format}}円
消費税:{{key}}% {{taxData|number_format}}円
手配料 {{charge|number_format}}円
合計 {{(all_total+tax+postage+charge)|number_format}}円
{% endif %}
{% if list is not empty %} {% endif %}
{% if splitTaxRateList is not null %} {% for key,taxData in splitTaxRateList %} {% endfor %} {% endif %}
商品点数 {{item_count|number_format}}
小計 {{(all_total)|number_format}}円
消費税:{{key}}% {{taxData|number_format}}円
手配料 {{(charge)|number_format}}円
合計 {{(all_total+tax+postage+charge)|number_format}}円
{% if list is not empty %} {% if not loginFlg %} {% endif %}
{% if not loginFlg %}

ログインして購入手続きへ

メールアドレス
メールアドレスを入力してください。
メールアドレスを正しく入力してください。
パスワード
パスワードを入力してください。
{% else %}

ログインして購入手続きへ

メールアドレス
メールアドレスを入力してください。
メールアドレスを正しく入力してください。
パスワード
パスワードを入力してください。
{% endif %} {% if loginErrorMsg is not empty %}
{{loginErrorMsg}}
{% endif %}

パスワードを忘れた方はこちら

{% endif %}