{* *}{strip} {* *} {if !empty($item)} {if !isset($link_css) || $link_css} {/if} {* *}
{name}
{if !empty($item->description)}
{$item->description|strip_tags}
{/if} {if !empty($item->brand)}
{$item->brand}
{/if} {if !empty($item->variants[0]->sku)}
Артикул: {$item->variants[0]->sku}
{/if} {$min = ($tplSettings['ratingMinimal']|default:0.1)|string_format:'%1.2f'|replace:',':'.'} {$max = ($tplSettings['ratingMaximal']|default:5)|string_format:'%1.2f'|replace:',':'.'} {$votes = max(1, ($item->votes|default:1)|string_format:'%d')} {$rating = ($item->rating|default:0 / $votes)|string_format:'%1.2f'|replace:',':'.'} {if $rating >= $min && $rating <= $max}
Средняя оценка: {$rating}
Проголосовавших: {$votes}
{/if} {if empty($item->non_usable)} {discountPrice signed=FALSE assign=dprice} {if !empty($dprice)}
Цена: {$dprice} {sign}
{/if} {/if}
{/if} {/strip}