- 全ページ共通
- $cart.list[i].custom_select_summary
$cart.list[i].custom_select_summary
サンプルコード
<{if $cart.list[i].custom_select_summary}>
<p><{$cart.list[i].custom_select_summary|escape:html|nl2br}></p>
<{/if}>
HTML出力イメージ
<p>カスタム選択項目</p>