{if $product.call_for_price!="Yes"}
{if (($auth_ok == "yes" || $user_cookie) || $VisitorSeePrice=="YES") && $WholesaleCasePack == "YES" && ($product.case_pack> 0)}
{if $product.price2> 0}
{$msg.product.unit_price}:
{$product.price2|price}
{$product.price|price}
{else}
{$msg.product.unit_price}:
{$product.price|price}
{/if}
{if $WholesaleDiscountType!="NO" && $user_level>0}
{$msg.product.wholesale_price}: {$product.price_wholesale|price}
{/if}
{/if}
{/if}