{if isset($products) AND $products} {assign var='liHeight' value=360} {assign var='nbItemsPerLine' value=4} {assign var='nbLi' value=$products|@count} {assign var='nbLines' value=$nbLi/$nbItemsPerLine|ceil} {assign var='ulHeight' value=$nbLines*$liHeight}

{l s='Specials' mod='promotions'} + {l s='See more' mod='promotions'}

{foreach from=$products item=product name=promotionsProducts}
  • {$product.legend|escape:htmlall:'UTF-8'}

  • {/foreach} {else}

    {l s='No specials' mod='promotions'}

    {/if}