{l s='Featured products' mod='homefeatured'}

{if isset($products) AND $products}
{assign var='liHeight' value=342} {assign var='nbItemsPerLine' value=4} {assign var='nbLi' value=$products|@count} {assign var='nbLines' value=$nbLi/$nbItemsPerLine|ceil} {assign var='ulHeight' value=$nbLines*$liHeight}
    {foreach from=$products item=product name=homeFeaturedProducts}
  • {$product.name|truncate:27:'...'|escape:'htmlall':'UTF-8'}

    {$product.description_short|strip_tags|truncate:130:'...'}

    {$product.name|escape:html:'UTF-8'}

    {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}

    {l s='View' mod='homefeatured'} {if ($product.quantity > 0 OR $product.allow_oosp) AND $product.customizable != 2} {l s='Add to cart' mod='homefeatured'} {else} {l s='Add to cart' mod='homefeatured'} {/if}
  • {/foreach}
{else}

{l s='No featured products' mod='homefeatured'}

{/if}