{if $CatalogProductID == "YES"}{$product.product_id|htmlspecialchars} | {/if}
{$product.title|htmlspecialchars}
{if $product.is_hotdeal == "Yes"}
- Hot Deal!
{/if}
{if $product.overview != ""}
{$product.overview|htmlspecialchars}
{/if}
|
{if $product.call_for_price == "Yes"}
{$msg.product.call_for_price}
{else}
{if $product.price2> 0}
{$product.price2|price}
{/if}
{$product.price|price}
{/if}
|
{$msg.product.click_to_view} |
{/foreach}