{foreach from=$products item="product" name="cataloglist"}
{$product.product_id|substr:0:15} ...
{$product.title|substr:0:15} ...
{if $CatalogManufacturers == "YES" && $product.manufacturer_name != ""}
{$msg.product.manufacturer}: {$product.manufacturer_name|htmlspecialchars}
{/if}
{$product.year}
{include file="templates/pages/catalog/elements/element-product-sale-price.html"}
More Info
{/foreach}