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

$bulk.is_group1_current

サンプルコード

<div>
    <{if $bulk.is_group1_current}>
        <{$bulk.group1_name}>
    <{else}>
        <a href="<{$bulk.group1_url}>"><{$bulk.group1_name}></a>
    <{/if}>
</div>

HTML出力イメージ

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