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