{if $curr_url != 'bestseller_products'} {if $_show_more_link == true}

{txt key=TEXT_HEADING_BESTSELLER_PRODUCTS}

{else}

{txt key=TEXT_HEADING_BESTSELLER_PRODUCTS}

{/if}
{php}$count=0;{/php} {foreach name=aussen item=bestseller_products_data from=$_bestseller_products} {php} if ($count==0) { {/php} {if $bestseller_products_data.products_image!=''}

{img img=$bestseller_products_data.products_image type=m_thumb class=productImageBorder alt=$bestseller_products_data.products_name}

{/if}

{$bestseller_products_data.products_name}
{$bestseller_products_data.products_price.formated}

{php} $count++; } else { {/php}
{$bestseller_products_data.products_name}
{$bestseller_products_data.products_price.formated}
{php}}{/php} {/foreach}
{/if}