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