{literal} {/literal}
{if $product.call_for_price=="Yes"}
 
{$msg.product.call_for_price} 
{else} {if ($auth_ok == "yes" || $user_cookie) || $VisitorSeePrice=="YES"} {if $WholesaleDiscountType!="NO" && $user_level>0} {if $WholesaleCasePack == "YES" && ($product.case_pack> 0)}
 
{$product.price_wholesale*$product.case_pack} 
{else}
 
{$product.price_wholesale} 
{/if} {else} {if $WholesaleCasePack == "YES" && ($product.case_pack> 0)} {if $product.price2> 0}
{$product.price2*$product.case_pack} 
{$product.price*$product.case_pack} 
{else}
 
{$product.price*$product.case_pack} 
{/if} {else} {if $product.price2> 0}
{$product.price2|price} 
{$product.price|price} 
{else} {if $product.is_rental!="Yes"}
 
{/if}
{$product.price|price} 
{/if} {/if} {/if} {else} {if $AllowCreateAccount != "No"} {$msg.account.login} | {$msg.account.register} {/if} {/if} {/if}