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