{$msg.headers.headerAlsobought}

{foreach from=$bought_bestsellers item="bestseller"} {$bestseller.title|htmlspecialchars} {if $bought_bestsellers_view != 'text'} {if $bestseller.image} {$bestseller.title|htmlspecialchars} {else} {assign var="imageId" value="image-no-image-small"} {if $designImages.$imageId} {$msg.images.imageNoImageSmall|htmlspecialchars} {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} {$msg.images.imageClickToView|htmlspecialchars} {/if}

{$msg.product.click_to_view}

{/foreach}