{% include '/e_commerce_goods_detail.twig' %}
  1.  >
  2.  >
  3. {{list.name}}
{% if list.photo %}
{{list.name}}
{% endif %} {% for photoIndex in 1..constant('IMAGE_ITEM_COUNT') %} {% set str = "photo_" ~ photoIndex %} {% set caption = "f_name_" ~ photoIndex ~ "_caption" %} {% if attribute(list, str) %}
attribute(list, caption)
{% endif %} {% endfor %}
{% if list.photo %}
{{list.name}}
{% endif %} {% for photoIndexThumb in 1..constant('IMAGE_ITEM_COUNT') %} {% set strThumb = "photo_" ~ photoIndexThumb %} {% set strThumbBig = "photo_" ~ photoIndexThumb ~ "_big" %} {% set captionThumb = "f_name_" ~ photoIndexThumb ~ "_caption" %} {% if attribute(list, strThumb) %}
attribute(list, captionThumb)
{% endif %} {% endfor %}

{{list.name}}

{{list.free_1|nl2br}}

{{list.description|nl2br}}

個数

販売価格

{% if list.taxation_type == "非課税" %}

{{list.normal_price|number_format}}
(非課税)

{% else %}

{{list.normal_price|number_format}}
(税込{{list.normal_price_tax_with|number_format}}円)(消費税:{{list.tax_rate}}%)

{% endif %}
{% if list.form_flag == "4" or list.form_flag == "5" or list.form_flag == "7" %}

宛名必須

30文字以内で入力してください。 宛名を入力してください。
{% endif %} {% if list.form_flag == "1" or list.form_flag == "4" %}

{% if list.label == "0" %}名札のご記入欄{% else %}{{constant('LABEL_TYPE_LIST')[list.label]['text']}}{% endif %}{% if list.id in constant('ITEM_NAME_TAG_REQUIRED_LIST') %}必須{% endif %}

215文字以内で入力してください。 {% if list.id in constant('ITEM_NAME_TAG_REQUIRED_LIST') %} {% if list.label == "0" %}{{constant('OPTION_FORM_TYPE')[list.form_flag]['option_name']}}{% else %}{{constant('LABEL_TYPE_LIST')[list.label]['name']}}{% endif %}を入力してください。 {% endif %}
{% elseif list.form_flag == "2" or list.form_flag == "5" %}

{% if list.label == "0" %}メッセージ{% else %}{{constant('LABEL_TYPE_LIST')[list.label]['text']}}{% endif %}必須

215文字以内で入力してください。 {% if list.label == "0" %}{{constant('OPTION_FORM_TYPE')[list.form_flag]['option_name']}}{% else %}{{constant('LABEL_TYPE_LIST')[list.label]['name']}}{% endif %}を入力してください。
{% elseif list.form_flag == "3" or list.form_flag == "6"%}

表書き

{% if list.label == "0" %}のしのご記入欄{% else %}{{constant('LABEL_TYPE_LIST')[list.label]['text']}}{% endif %}
※ご注文者様と異なる場合のみご記入ください。

215文字以内で入力してください。
{% endif %} {% if list.form_flag == "4" or list.form_flag == "5" or list.form_flag == "6" or list.form_flag == "7" or list.form_flag == "8" %}

差出人氏名
※ご注文者様と異なる場合のみご記入ください。
※特殊な読み方の場合は括弧で読み方を記載ください。

40文字以内で入力してください。
{% endif %} {% if list.form_flag == "8" %}

香典返し お届け先住所
※ご注文者様の住所と異なる場合のみご記入ください。

香典返し ご連絡先
※ご注文者様の電話番号と異なる場合のみご記入ください。

電話番号を入力してください。
{% endif %}

※商品によって個別に手配料が発生いたします(手配料300円~1,000円)

{% if list.stock == '0' and list.stock_flag == '在庫管理する' %}

只今品切れとなっております。

{% else %}
カートに入れる
カートに入れる
{{list.name}}

お買い物を続ける
{% endif %}
{% if recommendItemList is not empty %}

おすすめ商品

{% endif %}