{assign var="iteration" value="1"} {foreach from=$products item="product"} {if $iteration % 2 == 1}{/if} {if $iteration % 2 == 0}{/if} {assign var="iteration" value=$iteration+1} {/foreach} {if $iteration % 2 == 0}{/if}
{$product.title|htmlspecialchars}
{if $product.image}{$product.title|htmlspecialchars}{else}{$imageNoImageSmall}{/if}
{if $product.is_hotdeal == "Yes"}
{$imageHotDeal} {/if} {if $product.out_of_stock}
{$msg.catalog.out_of_stock} {/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 $parent != $product.cid} {if $imageClickToView != ""} {/if} {/if} {if $imageClickToView != ""} {/if}
{$imageClickToView}{lang msg=$msg.product.parent_category s=$product.cat_name}
{$imageClickToView}{$msg.product.click_to_view}