
<{if $items.OurPrice}>
価格:<{$items.OurPrice}>
<{/if}>
|
<{$items.ProductName}>
|
定価:<{$items.ListPrice}> |
<{if $items.OurPrice}>
価格:<{$items.OurPrice}><{if $shipping_free == 1}>(送料無料)<{/if}>
|
<{/if}>
<{if $items.names}>
<{$name}>:
<{foreach item=a from=$items.names}>
<{$a}>
<{/foreach}>
|
<{/if}>
<{$manuname}><{$items.Manufacturer}> / <{$items.Media}>
|
発送可能時期:<{$items.Availability}>
|
<{if $items.SalesRank}>売上ランキング:<{$items.SalesRank}><{/if}> |
<{if $items.Reviews.AvgCustomerRating}>売上おすすめ度: <{/if}> |
|
|
<{if $items.Reviews.CustomerReviews}>
カスタマーレビュー:
<{foreach item=c from=$items.Reviews.CustomerReviews}>
- おすすめ度:
<{$c.Summary}>
<{$c.Comment}>
<{/foreach}>
|
<{/if}>
<{if $simItems}>
この<{$tani}>に興味を持った人は、こんな商品も買っています:
<{foreach item=s from=$simItems}>
<{if $seo == 1}>
<{else}>
<{/if}>
|
<{if $seo == 1}>
<{$s.ProductName}>
<{else}>
<{$s.ProductName}>
<{/if}>
<{if $s.Reviews.AvgCustomerRating}> <{/if}>
<{if $s.ReleaseDate}>発売日:<{$s.ReleaseDate}> <{/if}>
<{if $s.SalesRank}>ランキング:<{$s.SalesRank}> <{/if}>
<{if $s.ListPrice}>定 価:<{$s.ListPrice}> <{/if}>
<{if $s.OurPrice}>価 格:<{$s.OurPrice}> <{/if}>
|
<{/foreach}>
|
<{/if}>
<{if $items.names}>
この<{$name}>の他の作品は:
<{foreach item=s from=$items.names}>
<{if $seo == 1}>
<{$s}> 
<{else}>
<{$s}> 
<{/if}>
<{/foreach}>
|
<{/if}>