{if $recent_items}
{assign var="products" value=$recent_items} {foreach from=$recent_items item=product}
{if $product.image} {if $product.image_alt_text != ''}{$product.image_alt_text|htmlspecialchars}{else}{$product.title|htmlspecialchars}{/if} {else} {assign var="imageId" value="image-no-image-small"} {if $designImages.$imageId} {$msg.images.imageNoImageSmall|htmlspecialchars} {else} {$msg.images.imageNoImageSmall|htmlspecialchars} {/if} {/if}
{$product.product_id|truncate:21}
{$product.title|truncate:21}

Manufacturer: {$product.manufacturer_name|truncate:21}

{$product.new_or_used|truncate:21}
{if $product.call_for_price=="Yes"} {$msg.product.call_for_price} {else} {if ($auth_ok == "yes" || $user_cookie) || $VisitorSeePrice=="YES"} {if $product.enable_recurring_billing} {$product.recurring_billing_data.billing_amount|price} {else} {if $WholesaleDiscountType!="NO" && $user_level>0} {if $WholesaleCasePack == "YES" && ($product.case_pack> 0)} {$product.price_wholesale*$product.case_pack|price} {else} {$product.price_wholesale|price} {/if} {else} {if $WholesaleCasePack == "YES" && ($product.case_pack> 0)} {if $product.price2> 0} {$product.price2*$product.case_pack|price}
{$product.price*$product.case_pack|price} {else} {$product.price*$product.case_pack|price} {/if} {else} {if $product.price2> 0}
{$product.price2|price}
{$product.price|price}
{else}
{$product.price|price}
{/if} {/if} {/if} {/if} {else} {if $AllowCreateAccount != "No"} {$msg.account.login} | {$msg.account.register} {/if} {/if} {/if} More Info
{/foreach}
{/if}