{$product.title|htmlspecialchars}

{if !$is_print_version} {/if}  
{if $product.image} {if $product.image_location == "Web"} {assign var=img_url value = $product.image} {else} {if $product.preview} {assign var=img_url value=$product.preview} {else} {assign var=img_url value=$product.image} {/if} {/if} {if !$is_print_version} {$product.title|htmlspecialchars}
{else} {$product.title|htmlspecialchars} {/if} {if !$is_print_version}{$msg.product.enlarge_image}{/if} {else} {$imageNoImageBig} {/if}
{**Unit Price Start**} {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} {**Wholesale Price Start**} {if ($WholesaleDiscountType!="NO") && ($auth_level>0)} {$msg.product.wholesale_price}: {$product.price_wholesale|price}
{/if} {**Wholesale Price End**} {else} {if $AllowCreateAccount != "No" && !$is_print_version} {$msg.product.to_see_price} {$msg.account.login} | {$msg.account.register}
{/if} {/if} {/if} {**Unit Price End**} {if $CatalogManufacturers == "YES" && $product.manufacturer_name != ""} Manufacturer: {$product.manufacturer_name|htmlspecialchars}
{/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}  
{**Min/Max Order Start**} {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} {**Min/Max Order End**} {**Weight Start**} {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} {**Weight End**} {**Shipping Price Start**} {if (($auth_ok=="yes") || ($VisitorSeePrice=="YES")) && ($ShippingShowPriceAtProductLevel == "YES") && ($product.shipping_price) && ($product.free_shipping != "Yes")} {$msg.product.shipping_price}: {$product.shipping_price[0].price|price}
{/if} {**Shipping Price End**} {**Case / Inter Pack Start**} {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}
{**Case Pack Price Start**} {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} {**Case Pack Price End**} {/if} {**Case / Inter Pack End**} {**Free Products**} {include file="products_free.html"} {**Free Products End**} {if !$is_print_version}

{$product.cat_name|string_format:$msg.product.parent_category|htmlspecialchars}

{if $CatalogEmailToFriend != "Disabled"}

{/if} {/if}
{if !$is_print_version}
{$msg.product.product_purchase}
{if ($product.call_for_price != "Yes") && (($auth_ok == "yes") || (($VisitorSeePrice == "YES") && ($VisitorMayAddItem == "YES")))} {if $product.out_of_stock}
{$msg.catalog.out_of_stock}
{else}
{if !empty($product.attributes)} {foreach from=$product.attributes item=attribute} {/foreach} {/if}
{$attribute.caption|htmlspecialchars} : {if $attribute.attribute_type == "select"} {elseif $attribute.attribute_type == "radio"} {foreach from=$attribute.options item="option"} {$option.name} {if $attribute.is_modifier == "Yes"}{$option.modifier}{/if}
{/foreach} {else} {if $attribute.attribute_type == "textarea"} {else} {/if} {/if}
{$msg.product.product_quantity} : {if $oa_quantity > $product.min_order} {assign var="pq" value=$oa_quantity} {else} {if $product.min_order > 0} {assign var="pq" value=$product.min_order} {else} {assign var="pq" value=1} {/if} {/if}
 
{/if} {if $order->itemsCount > 0 }
 
{/if} {else}
{if $product.call_for_price == "No" && $AllowCreateAccount != "No"} {$msg.product.to_see_price} {$msg.account.login} | {$msg.account.register} {else} {$msg.product.call_for_price} {/if}
{/if} {/if} {if $product.overview != ""}
{$msg.product.product_overview}
{$product.overview|nl2br}
{/if} {if !empty($product.secondary_images)}
{$msg.product.secondary_images}
{foreach from=$product.secondary_images item="secondary_image"} {if !$is_print_version} {else} {/if} {/foreach} {if !$is_print_version}
{$msg.product.enlarge_image}{/if}
{/if} {if $product.description != ""}
{$msg.product.product_description}
{$product.description}
{/if} {if $product_families}
{$msg.product.recommended_products}
{include file="products_recommended.html"} {/if}