{if $product->gift && $product->variants_count__ON_available}
{/if}
{if $product->youtube_url || $product->reviews_count}
{if $product->youtube_url}
{/if}
{/if}
{if $product->out_of_production && $product->variants_count__ON_underorder == 0 && $product->MIN_pv_price__ON_available == 0}
Снят с производства
{elseif $product->MIN_pv_sale_price|convert > 0}
{if $product->discount}
Уценка! Скидка {($product->MIN_pv_price__ON_available - $product->MIN_pv_sale_price)|convert} {$currency->sign|escape}
{else}
{if $product->sale_of_the_day}Товар дня!{else}Акция!{/if} Скидка {($product->MIN_pv_price__ON_available - $product->MIN_pv_sale_price)|convert} {$currency->sign|escape}
{/if}
{elseif $product->label=='new'}
Новинка
{/if}
{if $product->images[1]}
{/if}
{/if}
{if $product->variants_count__ON_underorder == 0}
Последняя цена{/if}
{$product->MIN_pv_price|convert} {$currency->sign|escape}
{if ($product->out_of_production || $product->underorder == 0) && $product->variants_count__ON_underorder == 0 }
{elseif $product->variants_count__ON_underorder > 0 || $product->underorder}
{else}
{/if}
{/if}