{include file="header/admin.html"} {include file="admin/mainmenu.html"}

Search

Products

SKU:

Name:

Product reviews:

Reviews

Status:

Rating:

Title:

Comments:

Submit Date:

Results

{if $reviewsfound} {include file="common/pager.html"}
{foreach item=rev from=$reviewsfound}

{$rev.title|truncate:40:"..."|escape:"htmlall"}

Created:
{$rev.created|date_format}
Product Name:
{$rev.p_sku|escape:"allhtml"} {if $rev.p_name}{$rev.p_name|escape:"allhtml"}{else}Unnamed product{/if}
Sort:
{$rev.sortindex}
Author:
{$rev.name|truncate:20:"..."|escape:"htmlall"}
Location:
{$rev.city|truncate:20:"..."|escape:"htmlall"} {$rev.state} {$rev.country}
Status:
{include file="common/reviewstatus.html"}
{if $rev.review} {if $rev.review} {if $rev.status == 'queued'}
{$rev.review|escape:"htmlall"}
{else}
{$rev.review|truncate:160:"..."|escape:"htmlall"}
{/if} {/if} {/if}

{/foreach} {include file="common/pager.html"} {/if} {include file="header/adminfooter.html"}