{l s='Featured products' mod='seed'}
{if isset($products) AND $products} {include file="$tpl_dir./product-sort.tpl"}
{assign var='liHeight' value=285} {assign var='nbItemsPerLine' value=2} {assign var='nbLi' value=$products|@count} {math equation="nbLi/nbItemsPerLine" nbLi=$nbLi nbItemsPerLine=$nbItemsPerLine assign=nbLines} {math equation="nbLines*liHeight" nbLines=$nbLines|ceil liHeight=$liHeight assign=ulHeight}
{foreach from=$products item=product name=seedProducts}
{$product.name|truncate:60:'...'|escape:'htmlall':'UTF-8'}
{if $product.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}
ราคาหน้าปก {if !$priceDisplay}{convertPrice price=$product.wholesale_price}{else}{convertPrice price=$product.price_tax_exc}{/if}
ราคาสั่งซื้อออนไลน์ {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}
{else}
{/if}
{/foreach}
{else}
{l s='No featured products' mod='seed'}
{/if}
{if isset($products) AND $products} {include file="$tpl_dir./pagination.tpl"} {/if}