{load_language_text section="box_best_sellers"} {if $content_data.PRODUCTS_DATA} {include file="get_usermod:{$tpl_path}snippets/box/default/top.html" class="bestsellers" headline=$txt.heading_best_sellers} {if $content_data.PRODUCTS_DATA|count > 0}
    {foreach name=aussen item=products_item from=$content_data.PRODUCTS_DATA}
  1. {if $products_item.PRODUCTS_IMAGE && $products_item.PRODUCTS_IMAGE != ''}
    {$products_item.PRODUCTS_NAME}
    {else}   {/if}
    {$products_item.PRODUCTS_NAME}
    {$products_item.PRODUCTS_PRICE} {if $products_item.PRODUCTS_VPE}
    {$products_item.PRODUCTS_VPE} {/if}
  2. {/foreach}
{/if} {include file="get_usermod:{$tpl_path}snippets/box/default/bottom.html"} {/if}