{if $CatalogProductID == "YES"}
{$product.product_id|htmlspecialchars}
|
{/if}
{$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 $WholesaleDiscountType!="NO" && $auth_level>0 && $auth_ok=="yes"}
{if $product.call_for_price!="Yes"}
{$product.price_wholesale|price}
{else}
{/if}
|
{/if}
{if $imageClickToView != ""}
{$imageClickToView}
{else}
{$msg.product.click_to_view}
{/if}
|
{/foreach}