- 商品詳細
- .list[i].review.url
.list[i].review.url
商品一覧系のタグは「$item.group」のあとに「.list[i]」をつけて使用してください。
例) $item.group.list[i].num
サンプルコード
<p>[<a href="<{$item.group.list[i].review.url}>"><{$item.group.list[i].review.total_count}>件</a>]</p>
HTML出力イメージ
<p>[<a href="/view/review/レビュー一覧URL">●●件</a>]</p>