1. 商品カテゴリー
  2. $category.pager.list[i].is_current_page

$category.pager.list[i].is_current_page

サンプルコード

<{if $category.pager.list[i].is_current_page}>
    <div><{$category.pager.list[i].number}></div>
<{else}>
    <div><a href="<{$category.pager.list[i].url}>"><{$category.pager.list[i].number}></a></div>
<{/if}>

HTML出力イメージ

<div>ページ番号</div>
<div><a href="ページURL">ページ番号</a></div>