{if ($smarty.foreach.prods.index+1) % 3 eq 0} {assign var=clear value=true} {elseif $smarty.foreach.prods.last} {assign var=clear value=true} {else} {assign var=clear value=false} {/if}
{if $product.thumb and $product.thumb ne $smarty.const.NO_PICTURE}
{if $product.img} {$LABEL.link_enlarge} {else} {/if} |
{if $product.short_descr} {capture name=short_descr}{strip} {$product.short_descr|truncate:90:"...":true} {/strip}{/capture} {if $CONFIG.settings.prod_allow_html_short_descr eq 'on'} {$smarty.capture.short_descr|close_tags} {else} {$smarty.capture.short_descr|nl2br} {/if} {else} {$LABEL.lbl_short_descr_is_empty} {/if}
{if $CONFIG.settings.prices_for_only_registered eq 'on' && !$smarty.session.customer_info.id} {include file="_system_/helptip.html" id="product-`$prod_id`-price-`$prod_from`" text=$LABEL.tip_prices_for_only_registered label="`$LABEL.lbl_price`"} {else} {if $CONFIG.settings.prices_same_font_size eq 'on'} {$product.$PRODUCT_PRICE_FIELD} {else} {strip} {if $SHOP_CURRENCY.left_side eq 'Y'}{$SHOP_CURRENCY.short_name}{/if} {$product.price_int}{if $product.price_fract}{$SHOP_CURRENCY.dec_point}{$product.price_fract}{/if} {if $SHOP_CURRENCY.left_side ne 'Y'}{$SHOP_CURRENCY.short_name}{/if} {/strip} {/if} {/if} |
{if $product.discount and $CONFIG.settings.prodlist_show_discount eq 'on'}
{$LABEL.lbl_discount}: {$product.discount|replace:"-":""} {elseif $smarty.session.products_list.featured[$product.id] and $prod_from ne 'featured'}{$LABEL.lbl_featured2} {elseif $smarty.session.products_list.bestsellers[$product.id] and $prod_from ne 'bestsellers'}{$LABEL.lbl_bestseller} {elseif $smarty.session.products_list.newest[$product.id] and $prod_from ne 'newest'}{$LABEL.lbl_newest2} {elseif $CONFIG.modules.discussions.avail eq 'Y'} {else} {/if} |