{ifloop rel="best_selling_products.products"}
{include file="components/smarty/Title/Title.html" type="h2" title={intl l="Discover our bestsellers"}}
{loop type="best_selling_products" name="best_selling_products.products" limit=4 order="sold_count_reverse"} {include file="components/smarty/SingleProduct/SingleProduct.html"} {/loop}
{/ifloop}