{if $product_families} {*}

{$msg.product.recommended_products}

{foreach from=$product_families item="family"}

{$family.name|htmlspecialchars}

{assign var="products" value=$family.products} {include file="templates/pages/catalog/views/mobile.html"} {/foreach}

{*}
{foreach from=$product_families item="product"}
{include file="templates/pages/catalog/elements/element-product-image.html"}
{$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}