This commit is contained in:
Nolwenn 2016-07-07 17:16:27 +02:00
parent a39cac18df
commit 981afa10be

View File

@ -1,8 +1,11 @@
<h2>{l s='Produits les plus populaires' mod='blockbestsellers'}</h2>
{if isset($best_sellers) && $best_sellers}
<div class="row">
{include file="$tpl_dir./product-list-blocs.tpl" products=$best_sellers class='blockbestsellers tab-pane' id='blockbestsellers' position=2 position_sm=4}
</div>
{else}
<ul id="blockbestsellers" class="blockbestsellers tab-pane row">
<ul id="blockbestsellers" class="blockbestsellers tab-pane">
<li class="alert alert-info">{l s='No best sellers at this time.' mod='blockbestsellers'}</li>
</ul>
{/if}