{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 ($auth_ok == "yes" || $user_cookie) || $VisitorSeePrice=="YES"} {if $WholesaleDiscountType!="NO" && $user_level>0}
{$bestseller.price_wholesale|price}
{else} {if $bestseller.price2 > 0}
{$bestseller.price2|price}
{$msg.product.sale_price}:
{$bestseller.price|price}
{else}
{$msg.product.product_price}:
{$bestseller.price|price}
{/if} {/if} {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}