{if $isDesignMode || $bestsellers}
{$msg.headers.headerBestSellers}
{foreach from=$bestsellers item="bestseller"}
{$bestseller.title|htmlspecialchars}
{if $bestsellers_view != 'text'} {if $bestseller.image}
{else}
{assign var="imageId" value="image-no-image-small"} {if $designImages.$imageId}
{else} {$msg.images.imageNoImageSmall|htmlspecialchars} {/if}
{/if} {/if} Price : {if $bestseller.call_for_price == "Yes"} {$msg.product.call_for_price} {else} {if ($VisitorSeePrice == "YES") || ($auth_ok == "yes" || $user_cookie)} {if $bestseller.price2> 0}
{$bestseller.price2|price}
{/if}
{$bestseller.price|price}
{else} {if $AllowCreateAccount != "No"}
{$msg.account.login}
|
{$msg.account.register}
{/if} {/if} {/if} {assign var="imageId" value="image-click-to-view"} {if $designImages.$imageId}
{/if}
{$msg.product.click_to_view}
{/foreach}
{/if}