{$product.equipment_type}
|
{$product.manufacturer_name}
|
{$product.size}
|
{$product.year}
|
{$product.condition1}
|
{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}
{/foreach}