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

$category.recommend_item.list[i].image_L

サンプルコード

<div><img src="<{$category.recommend_item.list[i].image_L}>"></div>

HTML出力イメージ

<div><img src="商品画像パス.jpg"></div>