1. 商品詳細
  2. $item.is_delivery_price_display

$item.is_delivery_price_display

サンプルコード

<{if $item.is_delivery_price_display}>
    <p>送料:<{$item.delivery_price}>円</p>
<{/if}>

HTML出力イメージ

<p>送料:●●円</p>