{include file="header/page.html"} {include file="file:common/errmsg.html"}

{if $product.name}{$product.name|truncate:30:"...":true|escape:"htmlall"} reviews{else}Reviews{/if}

{if $product.numratings}

Global Rating: {$product.avgrating|string_format:"%.2f"} from {$product.numratings} reviews.

{else} {/if} {include file="review/popupfunc.js"}

Add your own review for this product

{include file="file:common/pager.html"} {foreach item=review from=$reviews} {/foreach}
rating title date name city state/province country
{$review.title|truncate:60:"..."|escape:"htmlall"} ({$review.rating}/{$reviewmaximum}) {$review.created|date_format} {if $review.name}{$review.name|truncate:40:"..."|escape:"htmlall"} {else}Anonymous{/if} {$review.city|truncate:30:"..."|escape:"htmlall"} {$review.state} {$review.country}
  {if $review.review}{$review.review|escape:"htmlall"|nl2br}{else}No comment.{/if}

Back to previous page

{include file="file:common/pager.html"} {include file="header/pagefooter.html"}