{* *}{strip} {* *} {echoVar from='config->colorStyle' assign=colorStylePath} {if $colorStylePath != ''} {$colorStylePath = 'restyle-'|cat:($colorStylePath|escape)|cat:'/'} {/if} {* *} {if !empty($item)} {$model = $item->model|default:'Без названия!'} {$alt = $model|escape} {* *} {$pid = $item->product_id|default:''|escape} {$vid = $item->variants[0]->variant_id|default:''|escape} {* *} {$exist = $item->variants[0]->stock|default:0 > 0} {* *} {$old = ''} {$discounted = $helper->hasDiscount($item, 1, $old)} {* *}
  • {$model|truncate:30:'...':true}
    {* *} {if !empty($item->newest)} Новинка {/if} {* *} {if !empty($item->actional) || !empty($discounted)} Акция {/if} {* *} {if !empty($item->hit)} Хит продаж {/if} {* *} {if !empty($item->awaited)} Супер цена {/if} {* *} {if !empty($item->commented) && !empty($item->product_comments_count)} отзывы: {$item->product_comments_count} шт. {/if} {* *} {$alt} {* *}
    {$description = ($item->description|default:''|strip_tags)|default:($item->body|default:''|strip_tags)} {$marker = '{'} {if empty($description)} {$description = ($item->brand|default:'' != '') ? ('Бренд: '|cat:$item->brand|cat:$marker) : ''} {$description = ($item->category|default:$item->category_plural|default:'' != '') ? ($description|cat:'Категория: '|cat:($item->category|default:$item->category_plural)) : ''} {/if}

    {$description|truncate:90:'...':true|replace:$marker:'
    '}

    {* *} {discountPrice signed=FALSE assign=dprice} {* *}
    {if !empty($item->non_usable)} Экспонат {elseif empty($dprice)} Цена договорная {else} {$dprice} {sign} {if empty($item->non_usable)} {if !$exist} Нет товара {/if} {/if} {* *} {if !empty($discounted)} {$old} {sign} {/if} {/if}
    {* *} {if !empty($buy_important) && empty($item->non_usable)} В корзину {else} Подробнее {/if} {* *} {if !empty($item->video)} Видео {/if} {* *} {if empty($item->non_usable)} {if !$exist} Уведомить о наличии {/if} {/if} {* *} {include file = 'common/properties.htm'} {* *} {include file = 'common/tags.htm' and_keywords = false} {* *} {include file = 'common/variants.htm'} {* *} {if !empty($discounted)} {$economy = $helper->priceForScreen($old - $dprice, FALSE)} экономите {$economy} {sign} {/if}
  • {/if} {/strip}