{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}
{$msg.product.product_price}: {$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}
{$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}