{if $CatalogProductID == "YES"}{$msg.product.product_id}: {$product.product_id|htmlspecialchars}
{/if}
{if $CatalogManufacturers == "YES" && $product.manufacturer_name != ""}
Manufacturer: {$product.manufacturer_name|htmlspecialchars}
{/if}
{if $product.call_for_price=="Yes"}
{$msg.product.product_price}: {$msg.product.call_for_price}
{else}
{if $auth_ok=="yes" || $VisitorSeePrice=="YES"}
{if $product.price2 > 0}
{$msg.product.sale_price}:
{$product.price2|price}
{$product.price|price}
{$msg.product.you_save}: {$product.price2-$product.price|price}
{else}
{$msg.product.product_price}:
{$product.price|price}
{/if}
{if ($WholesaleDiscountType!="NO") && ($auth_level>0)}
{$msg.product.wholesale_price}:
{$product.price_wholesale|price}
{/if}
{else}
{if $AllowCreateAccount != "No"}
{$msg.product.to_see_price}
{$msg.account.login} or
{$msg.account.register}
{/if}
{/if}
{/if}
{if $product.quantity_discounts}
{foreach from=$product.quantity_discounts item=qd}
{if $qd.discount_type=="percent"}
{lang msg=$msg.product.discount_percent range_min=$qd.range_min range_max=$qd.range_max value=$qd.discount}
{else}
{lang msg=$msg.product.discount_amount range_min=$qd.range_min range_max=$qd.range_max value=$qd.discount|price}
{/if}
{/foreach}
{/if}
{if $product.min_order > 1 || $product.max_order > 0}
{$msg.product.min_max_order}: {product_minmax_order min_order=$product.min_order max_order=$product.max_order}
{/if}
{if $ShippingShowWeight == "YES"}
{if $product.free_shipping == "Yes"}
{$msg.product.weight}:
{$msg.product.free_shipping}
{elseif $product.weight > 0}
{$msg.product.weight}: {$product.weight|weight}
{/if}
{/if}
{if (($auth_ok=="yes") || ($VisitorSeePrice=="YES")) && ($ShippingShowPriceAtProductLevel == "YES") && ($product.shipping_price>0) && ($product.free_shipping != "Yes")}
{$msg.product.shipping_price}: {$product.shipping_price[0].price|price}
{/if}
{if (($WholesaleCasePack == "YES") || ($WholesaleInterPack == "YES")) && (($product.case_pack > 0) || ($product.inter_pack > 0))}
{product_pack_title case_pack=$product.case_pack inter_pack=$product.inter_pack}:
{product_pack_value case_pack=$product.case_pack inter_pack=$product.inter_pack}
{if ($auth_ok == "yes" || $VisitorSeePrice=="YES") && ($product.call_for_price != "Yes") && ($WholesaleCasePack == "YES") && ($product.case_pack > 0)}
{$msg.product.price_per_case}:
{if $product.price2 > 0}
{$product.price2*$product.case_pack|price}{/if}
{$product.price*$product.case_pack|price}
{if $product.price2 > 0}
{$msg.product.you_save}: {$product.price2*$product.case_pack-$product.price*$product.case_pack|price}
{/if}
{if $WholesaleDiscountType!="NO" && $auth_level>0}
{$msg.product.wholesale_price_per_case}:
{$product.price_wholesale*$product.case_pack|price}
{/if}
{/if}
{/if}
{include file="products_free.html"}
{if !$is_print_version}