{* *}{strip} {* *} {$url = ($site|default:'')|cat:'catalog?mode='} {* *} {if !empty($mores) && empty($settings->productpage_no_mores)} {include file = 'common/product-list.htm' title = $settings->productpage_mores_caption|default:'Похожие товары' link = '' items = $mores count = 9 may_incomplete = false} {/if} {* *} {if !empty($newests) && empty($settings->productpage_no_newests)} {include file = 'common/product-list.htm' title = $settings->productpage_newests_caption|default:'Новые поступления' link = $url|cat:'newest' items = $newests count = 9 may_incomplete = false} {/if} {* *} {if !empty($actionals) && empty($settings->productpage_no_actionals)} {include file = 'common/product-list.htm' title = $settings->productpage_actionals_caption|default:'Специальные предложения' link = $url|cat:'actional' items = $actionals count = 9 may_incomplete = false} {/if} {* *} {if !empty($awaiteds) && empty($settings->productpage_no_awaiteds)} {include file = 'common/product-list.htm' title = $settings->productpage_awaiteds_caption|default:'Скоро в продаже' link = $url|cat:'awaited' items = $awaiteds count = 9 may_incomplete = false} {/if} {* *} {if !empty($hits) && empty($settings->productpage_no_hits)} {include file = 'common/product-list.htm' title = $settings->productpage_hits_caption|default:'Хиты продаж' link = $url|cat:'hit' items = $hits count = 9 may_incomplete = false} {/if} {* *} {if !empty($ordereds) && empty($settings->productpage_no_ordereds)} {include file = 'common/product-list.htm' title = $settings->productpage_ordereds_caption|default:'Недавно покупали' link = $url|cat:'ordered' items = $ordereds count = 9 may_incomplete = false} {/if} {* *} {if !empty($commenteds) && empty($settings->productpage_no_commenteds)} {include file = 'common/product-list.htm' title = $settings->productpage_commenteds_caption|default:'Недавно обсуждали' link = $url|cat:'commented' items = $commenteds count = 9 may_incomplete = false} {/if} {/strip}