{if $product.image} {$product.title|htmlspecialchars} {if $product.is_hotdeal == "Yes"} {$imageHotDeal} {/if} {if $CatalogProductID == "YES"} {$msg.product.product_id} : {$product.product_id} {/if} {** Unit Price **} {if $product.call_for_price!="Yes"} {if ($auth_ok=="yes" || $VisitorSeePrice=="YES") && $WholesaleCasePack == "YES" && ($product.case_pack > 0)} {if $product.price2 > 0} {$msg.product.unit_price}: {$product.price2|price} {$product.price|price} {else} {$msg.product.unit_price}: {$product.price|price} {/if} {if $WholesaleDiscountType!="NO" && $auth_level>0} {$msg.product.wholesale_price}: {$product.price_wholesale|price} {/if} {/if} {/if} {** Case / Inter Pack **} {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} {**Sale Price**} {if $product.call_for_price=="Yes"}
{$msg.product.call_for_price}
{else}
{if $auth_ok=="yes" || $VisitorSeePrice=="YES"}
{if $WholesaleDiscountType!="NO" && $auth_level>0}
{if $WholesaleCasePack == "YES" && ($product.case_pack > 0)}
{$product.price_wholesale*$product.case_pack|price}
{else}
{$product.price_wholesale|price}
{/if}
{else}
{if $WholesaleCasePack == "YES" && ($product.case_pack > 0)}
{if $product.price2 > 0}
{$product.price2*$product.case_pack|price}
{$msg.product.sale_price}: {$product.price*$product.case_pack|price}
{else}
{$msg.product.product_price}: {$product.price*$product.case_pack|price}
{/if}
{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"}
{/if}
{/if}
{/if}
{if $product.out_of_stock}
{$msg.catalog.out_of_stock}{/if}
|