1. 全ページ共通
  2. $cart.list[i].tax_rate

$cart.list[i].tax_rate

サンプルコード

<p>¥<{$cart.list[i].tax_rate}>%</p>

HTML出力イメージ

<p>10%</p>