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

$category.item.list[i].name

サンプルコード

<p><a href="<{$category.item.list[i].url}>"><{$category.item.list[i].name}></a></p>

HTML出力イメージ

<p><a href="商品URL">商品名</a></p>