{if $CatalogProductID == "YES"} {/if} {if $WholesaleDiscountType!="NO" && $auth_level>0 && $auth_ok=="yes"} {/if} {assign var="iteration" value="1"} {foreach from=$products item="product"} {if $iteration % 2 == 1} {assign var="rowStyle" value="CatalogItemLight"} {else} {assign var="rowStyle" value="CatalogItemDark"} {/if} {assign var="iteration" value=$iteration+1} {if $CatalogProductID == "YES"} {/if} {if $WholesaleDiscountType!="NO" && $auth_level>0 && $auth_ok=="yes"} {/if} {/foreach}
{$msg.product.product_id}{$msg.product.product_name} {$msg.product.product_price}{$msg.product.wholesale_price} 
{$product.product_id|htmlspecialchars} {$product.title|htmlspecialchars} {if $product.is_hotdeal == "Yes"} - {$imageHotDeal} {/if} {if $product.out_of_stock} {$msg.catalog.out_of_stock} {/if} {if $product.call_for_price == "Yes"} {$msg.product.call_for_price} {else} {if ($VisitorSeePrice == "YES" && $VisitorMayAddItem == "YES") || $auth_ok == "yes"} {if $product.price2 > 0} {$product.price2|price} {/if} {$product.price|price} {else} {if $AllowCreateAccount != "No"} {$msg.account.login} | {$msg.account.register} {/if} {/if} {/if} {if $product.call_for_price!="Yes"} {$product.price_wholesale|price} {else}   {/if} {if $imageClickToView != ""} {$imageClickToView} {else} {$msg.product.click_to_view} {/if}