1. 商品カテゴリー
  2. $bulk.is_group2_current

$bulk.is_group2_current

サンプルコード

<div>
    <{if $bulk.is_group2_current}>
        <{$bulk.group2_name}>
    <{else}>
        <a href="<{$bulk.group2_url}>"><{$bulk.group2_name}></a>
    <{/if}>
</div>

HTML出力イメージ

<div>セット割引のグループBの名前</div>