{$headerBestSellers}
{foreach from=$bestsellers item="bestseller"} {/foreach}
{$bestseller.title|htmlspecialchars}
{if $bestsellers_view != 'text'} {if $bestseller.image} {$bestseller.title|htmlspecialchars} {else} {$imageNoImageSmall} {/if}
{/if} Price : {if $bestseller.call_for_price == "Yes"} {$msg.product.call_for_price} {else} {if ($VisitorSeePrice == "YES") || $auth_ok == "yes"} {if $bestseller.price2 > 0} {$bestseller.price2|price} {/if} {$bestseller.price|price} {else} {if $AllowCreateAccount != "No"} {$msg.account.login} | {$msg.account.register} {/if} {/if} {/if} {if $imageClickToView != ""} {/if}
{$imageClickToView}{$msg.product.click_to_view}