{if $product.thumb}
{else}
{assign var="imageId" value="image-no-image-small"}
{if $designImages.$imageId}
{else}
{$msg.images.imageNoImageSmall|htmlspecialchars}
{/if}
{/if}
|
{$product.title} {if $product.attributes} {$product.attributes}{/if}
ID#: {$product.product_id}
Manufacturer: {$product.manufacturer_name}
Model: {$product.Model}
Year: {$product.year}
Overview: {$product.overview}
|
{if $product.call_for_price=="Yes"}
{$msg.product.call_for_price}
{else}
{$product.price|price}
{/if}
|
{assign var="productCount" value=$productCount+1}
{/foreach}