{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}
{else} |
{**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} |
{$msg.catalog.out_of_stock} |
{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} |